C# Class Infusion.Logging.ConsoleLogger

Inheritance: ILogger
Show file Open project: uoinfusion/Infusion

Public Methods

Method Description
Critical ( DateTime timeStamp, string message ) : void
Critical ( string message ) : void
Debug ( DateTime timeStamp, string message ) : void
Debug ( string message ) : void
Error ( DateTime timeStamp, string message ) : void
Error ( string message ) : void
Important ( DateTime timeStamp, string message ) : void
Important ( string message ) : void
Info ( DateTime timeStamp, string message ) : void
Info ( string message ) : void
WriteLine ( DateTime timeStamp, string message ) : void

Method Details

Critical() public method

public Critical ( DateTime timeStamp, string message ) : void
timeStamp DateTime
message string
return void

Critical() public method

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

Debug() public method

public Debug ( DateTime timeStamp, string message ) : void
timeStamp DateTime
message string
return void

Debug() public method

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

Error() public method

public Error ( DateTime timeStamp, string message ) : void
timeStamp DateTime
message string
return void

Error() public method

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

Important() public method

public Important ( DateTime timeStamp, string message ) : void
timeStamp DateTime
message string
return void

Important() public method

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

Info() public method

public Info ( DateTime timeStamp, string message ) : void
timeStamp DateTime
message string
return void

Info() public method

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

WriteLine() public method

public WriteLine ( DateTime timeStamp, string message ) : void
timeStamp DateTime
message string
return void