C# 클래스 openhabUWP.Services.LogService

상속: ILogService
파일 보기 프로젝트 열기: altima/openhabUWP

공개 메소드들

메소드 설명
Debug ( string message ) : void
Error ( Exception exception ) : void
Error ( string message ) : void
ErrorFormat ( string message ) : void
Info ( string message ) : void
Warn ( string message ) : void

비공개 메소드들

메소드 설명
Write ( System.DateTime timestamp = default(DateTime), LogType type = LogType.DEBUG, object content = default(object) ) : void

메소드 상세

Debug() 공개 메소드

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

Error() 공개 메소드

public Error ( Exception exception ) : void
exception System.Exception
리턴 void

Error() 공개 메소드

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

ErrorFormat() 공개 메소드

public ErrorFormat ( string message ) : void
message string
리턴 void

Info() 공개 메소드

public Info ( string message ) : void
message string
리턴 void

Warn() 공개 메소드

public Warn ( string message ) : void
message string
리턴 void