C# Class EventCentric.Log.ConsoleLogger

Inheritance: ILogger
Mostra file Open project: Narvalex/EventCentric

Public Methods

Method Description
ConsoleLogger ( bool verbose ) : System
Error ( Exception ex, string format ) : void
Error ( Exception ex, string format, string lines ) : void
Error ( string format ) : void
Error ( string format, string lines ) : void
Log ( string format ) : void
Log ( string format, string lines ) : void
Trace ( string format ) : void
Trace ( string format, string lines ) : void

Private Methods

Method Description
FormatMultipleLines ( string mainText, string lines ) : string

Method Details

ConsoleLogger() public method

public ConsoleLogger ( bool verbose ) : System
verbose bool
return System

Error() public method

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

Error() public method

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

Error() public method

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

Error() public method

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

Log() public method

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

Log() public method

public Log ( string format, string lines ) : void
format string
lines string
return void

Trace() public method

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

Trace() public method

public Trace ( string format, string lines ) : void
format string
lines string
return void