C# Class openhabUWP.Services.LogService

Inheritance: ILogService
Datei anzeigen Open project: altima/openhabUWP

Public Methods

Method 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

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

Method Details

Debug() public method

public Debug ( string message ) : void
message string
return void

Error() public method

public Error ( Exception exception ) : void
exception System.Exception
return void

Error() public method

public Error ( string message ) : void
message string
return void

ErrorFormat() public method

public ErrorFormat ( string message ) : void
message string
return void

Info() public method

public Info ( string message ) : void
message string
return void

Warn() public method

public Warn ( string message ) : void
message string
return void