C# Class GenericListener.Adapters.EventStore.EventStoreLogger

Inheritance: ILogger
Show file Open project: iancooper/Paramore

Public Methods

Method Description
Debug ( Exception ex, string format ) : void
Debug ( string format ) : void
Error ( Exception ex, string format ) : void
Error ( string format ) : void
Info ( Exception ex, string format ) : void
Info ( string format ) : void

Private Methods

Method Description
FlattenMessage ( string format ) : string

Method Details

Debug() public method

public Debug ( Exception ex, string format ) : void
ex System.Exception
format string
return void

Debug() public method

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

Error() public method

public Error ( Exception ex, string format ) : void
ex System.Exception
format string
return void

Error() public method

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

Info() public method

public Info ( Exception ex, string format ) : void
ex System.Exception
format string
return void

Info() public method

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