C# Class FloatingQueue.Common.Common.Logger

Inheritance: ILogger
Show file Open project: eleks/FloatingQueuePoC

Public Methods

Method Description
Debug ( string format ) : void
Debug ( string message, Exception exception ) : void
Error ( string format ) : void
Error ( string message, Exception exception ) : void
Fatal ( string format ) : void
Fatal ( string message, Exception exception ) : void
Info ( string format ) : void
Info ( string message, Exception exception ) : void
Warn ( string format ) : void
Warn ( string message, Exception exception ) : void

Protected Methods

Method Description
Logger ( ) : System

Method Details

Debug() public method

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

Debug() public method

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

Error() public method

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

Error() public method

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

Fatal() public method

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

Fatal() public method

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

Info() public method

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

Info() public method

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

Logger() protected method

protected Logger ( ) : System
return System

Warn() public method

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

Warn() public method

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