C# Class LutronCaseta.Logging.ConsoleLogging

Inheritance: ILogging
Datei anzeigen Open project: cberthold/LutronCasetaLib

Public Methods

Method Description
Debug ( object message ) : void
Debug ( object message, Exception exception ) : void
DebugFormat ( string format ) : void
DebugFormat ( string format, Exception exception ) : void

Method Details

Debug() public method

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

Debug() public method

public Debug ( object message, Exception exception ) : void
message object
exception Exception
return void

DebugFormat() public method

public DebugFormat ( string format ) : void
format string
return void

DebugFormat() public method

public DebugFormat ( string format, Exception exception ) : void
format string
exception Exception
return void