C# Class Russ.Logger.Log

Afficher le fichier Open project: russjudge/ArtemisSBS-ProtocolSharp

Méthodes publiques

Méthode Description
Close ( ) : void
Debug ( string message ) : void
Debug ( string message, Exception exception ) : void
DebugFormat ( string message ) : void
Error ( string message ) : void
Error ( string message, Exception exception ) : void
ErrorFormat ( string message ) : void
Fatal ( string message ) : void
Fatal ( string message, Exception exception ) : void
FatalFormat ( string message ) : void
Flush ( ) : void
GetLogger ( Type classLogger ) : Log
Info ( string message ) : void
Info ( string message, Exception exception ) : void
InfoFormat ( string message ) : void
InitializeLogging ( LogLevels level, string filePath, bool forAppend ) : void
Warn ( string message ) : void
Warn ( string message, Exception exception ) : void
WarnFormat ( string message ) : void

Private Methods

Méthode Description
Log ( ) : System
Log ( Type classLogger ) : System
LogData ( string message ) : void
LogData ( string message, LogLevels level, Exception exception ) : void
WriteProcessing ( ) : void

Method Details

Close() public static méthode

public static Close ( ) : void
Résultat void

Debug() public méthode

public Debug ( string message ) : void
message string
Résultat void

Debug() public méthode

public Debug ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

DebugFormat() public méthode

public DebugFormat ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message ) : void
message string
Résultat void

Error() public méthode

public Error ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

ErrorFormat() public méthode

public ErrorFormat ( string message ) : void
message string
Résultat void

Fatal() public méthode

public Fatal ( string message ) : void
message string
Résultat void

Fatal() public méthode

public Fatal ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

FatalFormat() public méthode

public FatalFormat ( string message ) : void
message string
Résultat void

Flush() public static méthode

public static Flush ( ) : void
Résultat void

GetLogger() public static méthode

public static GetLogger ( Type classLogger ) : Log
classLogger System.Type
Résultat Log

Info() public méthode

public Info ( string message ) : void
message string
Résultat void

Info() public méthode

public Info ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

InfoFormat() public méthode

public InfoFormat ( string message ) : void
message string
Résultat void

InitializeLogging() public static méthode

public static InitializeLogging ( LogLevels level, string filePath, bool forAppend ) : void
level LogLevels
filePath string
forAppend bool
Résultat void

Warn() public méthode

public Warn ( string message ) : void
message string
Résultat void

Warn() public méthode

public Warn ( string message, Exception exception ) : void
message string
exception System.Exception
Résultat void

WarnFormat() public méthode

public WarnFormat ( string message ) : void
message string
Résultat void