C# Class Helios.Logging.StdOutLogger

ILogger implementation which writes messages out to Console.
Inheritance: LoggingAdapter
Mostra file Open project: helios-io/helios

Public Methods

Method Description
StdOutLogger ( string logSource ) : System

Protected Methods

Method Description
DebugInternal ( Debug message ) : void
ErrorInternal ( Error message ) : void
InfoInternal ( Info message ) : void
WarningInternal ( Warning message ) : void

Private Methods

Method Description
StdOutLogger ( ) : System

Method Details

DebugInternal() protected method

protected DebugInternal ( Debug message ) : void
message Debug
return void

ErrorInternal() protected method

protected ErrorInternal ( Error message ) : void
message Error
return void

InfoInternal() protected method

protected InfoInternal ( Info message ) : void
message Info
return void

StdOutLogger() public method

public StdOutLogger ( string logSource ) : System
logSource string
return System

WarningInternal() protected method

protected WarningInternal ( Warning message ) : void
message Warning
return void