C# Class HA4IoT.Logger.UdpLogger

Inheritance: ILogger
Afficher le fichier Open project: chkr1011/CK.HomeAutomation Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

Error() public méthode

public Error ( Exception exception, string message ) : void
exception System.Exception
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

UdpLogger() public méthode

public UdpLogger ( ) : System
Résultat System

Verbose() public méthode

public Verbose ( string message ) : void
message string
Résultat void

Warning() public méthode

public Warning ( Exception exception, string message ) : void
exception System.Exception
message string
Résultat void

Warning() public méthode

public Warning ( string message ) : void
message string
Résultat void