C# Class CalendarAggregator.Logger

Show file Open project: judell/elmcity

Public Methods

Method Description
ExceptionLog ( string message, Exception e ) : void
InfoLog ( string message ) : void
StatusReport ( string report ) : void

Method Details

ExceptionLog() public static method

public static ExceptionLog ( string message, Exception e ) : void
message string
e System.Exception
return void

InfoLog() public static method

public static InfoLog ( string message ) : void
message string
return void

StatusReport() public static method

public static StatusReport ( string report ) : void
report string
return void