C# 클래스 HomeAutomation.Logging.Log

Provides logging functionality to the application.
파일 보기 프로젝트 열기: moszinet/HomeAutomation

공개 메소드들

메소드 설명
AddLogWriter ( ILogWriter logWriter, ILogFormatter logFormatter ) : void
Debug ( string message ) : void
Error ( string message ) : void
Information ( string message ) : void
LogMessage ( string message, LogLevel logLevel ) : void

메소드 상세

AddLogWriter() 공개 정적인 메소드

public static AddLogWriter ( ILogWriter logWriter, ILogFormatter logFormatter ) : void
logWriter ILogWriter
logFormatter ILogFormatter
리턴 void

Debug() 공개 정적인 메소드

public static Debug ( string message ) : void
message string
리턴 void

Error() 공개 정적인 메소드

public static Error ( string message ) : void
message string
리턴 void

Information() 공개 정적인 메소드

public static Information ( string message ) : void
message string
리턴 void

LogMessage() 공개 정적인 메소드

public static LogMessage ( string message, LogLevel logLevel ) : void
message string
logLevel LogLevel
리턴 void