C# 클래스 LutronCaseta.Logging.ConsoleLogging

상속: ILogging
파일 보기 프로젝트 열기: cberthold/LutronCasetaLib

공개 메소드들

메소드 설명
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, Exception exception ) : void

메소드 상세

Debug() 공개 메소드

public Debug ( object message ) : void
message object
리턴 void

Debug() 공개 메소드

public Debug ( object message, Exception exception ) : void
message object
exception Exception
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( string format ) : void
format string
리턴 void

DebugFormat() 공개 메소드

public DebugFormat ( string format, Exception exception ) : void
format string
exception Exception
리턴 void