C# Class Adroit.Core.Logging.ConsoleLogHandler

Inheritance: ILogHandler
Show file Open project: chergert/adroit

Private Properties

Property Type Description
WriteError void
WriteOut void

Public Methods

Method Description
Debug ( string message ) : void
Error ( string message ) : void
Fatal ( string message ) : void
Info ( string message ) : void
Warning ( string message ) : void

Private Methods

Method Description
WriteError ( ConsoleColor color, string level, string message ) : void
WriteOut ( ConsoleColor color, string level, string message ) : void

Method Details

Debug() public method

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

Error() public method

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

Fatal() public method

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

Info() public method

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

Warning() public method

public Warning ( string message ) : void
message string
return void