C# Class MCDek.PidgeonLogger

Temporary class, will replace Logger completely once satisfied
Mostra file Open project: dekema2/MCDek Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Init ( ) : void
LogError ( Exception ex ) : void
LogMessage ( string message ) : void

Private Methods

Method Description
FlushCache ( string path, Queue cache ) : void
WorkerThread ( ) : void
getErrorText ( Exception e ) : string

Method Details

Dispose() public static method

public static Dispose ( ) : void
return void

Init() public static method

public static Init ( ) : void
return void

LogError() public static method

public static LogError ( Exception ex ) : void
ex System.Exception
return void

LogMessage() public static method

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