C# Class openhabUWP.Services.LogService

Inheritance: ILogService
Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
Debug ( string message ) : void
Error ( Exception exception ) : void
Error ( string message ) : void
ErrorFormat ( string message ) : void
Info ( string message ) : void
Warn ( string message ) : void

Private Methods

Méthode Description
Write ( System.DateTime timestamp = default(DateTime), LogType type = LogType.DEBUG, object content = default(object) ) : void

Method Details

Debug() public méthode

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

Error() public méthode

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

Error() public méthode

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

ErrorFormat() public méthode

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

Info() public méthode

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

Warn() public méthode

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