C# 클래스 HA4IoT.Logger.UdpLogger

상속: ILogger
파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation 1 사용 예제들

공개 메소드들

메소드 설명
Error ( Exception exception, string message ) : void
Error ( string message ) : void
Info ( string message ) : void
Start ( ) : void
UdpLogger ( ) : System
Verbose ( string message ) : void
Warning ( Exception exception, string message ) : void
Warning ( string message ) : void

비공개 메소드들

메소드 설명
CreatePackage ( IEnumerable traceItems ) : Newtonsoft.Json.Linq.JObject
GetPendingItems ( ) : List
History ( IApiContext apiContext ) : void
PrintNotification ( LogEntrySeverity type, string message ) : void
Publish ( LogEntrySeverity type, string message ) : void
SendQueuedItems ( object state ) : void
UpdateHistory ( LogEntry logEntry ) : void

메소드 상세

Error() 공개 메소드

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

Error() 공개 메소드

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

Info() 공개 메소드

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

Start() 공개 메소드

public Start ( ) : void
리턴 void

UdpLogger() 공개 메소드

public UdpLogger ( ) : System
리턴 System

Verbose() 공개 메소드

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

Warning() 공개 메소드

public Warning ( Exception exception, string message ) : void
exception System.Exception
message string
리턴 void

Warning() 공개 메소드

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