C# Class RawRabbit.Logging.VoidLogger

Inheritance: ILogger
ファイルを表示 Open project: pardahlman/RawRabbit Class Usage Examples

Public Methods

Method Description
LogDebug ( string format ) : void
LogError ( string message, Exception exception ) : void
LogInformation ( string format ) : void
LogWarning ( string format ) : void

Method Details

LogDebug() public method

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

LogError() public method

public LogError ( string message, Exception exception ) : void
message string
exception System.Exception
return void

LogInformation() public method

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

LogWarning() public method

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