C# Class MCDek.PidgeonLogger

Temporary class, will replace Logger completely once satisfied
Afficher le fichier Open project: dekema2/MCDek Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
Init ( ) : void
LogError ( Exception ex ) : void
LogMessage ( string message ) : void

Private Methods

Méthode Description
FlushCache ( string path, Queue cache ) : void
WorkerThread ( ) : void
getErrorText ( Exception e ) : string

Method Details

Dispose() public static méthode

public static Dispose ( ) : void
Résultat void

Init() public static méthode

public static Init ( ) : void
Résultat void

LogError() public static méthode

public static LogError ( Exception ex ) : void
ex System.Exception
Résultat void

LogMessage() public static méthode

public static LogMessage ( string message ) : void
message string
Résultat void