C# Class ATMLManagerLibrary.managers.LogManager

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Méthodes publiques

Méthode Description
Debug ( Exception e ) : void
Debug ( String message ) : void
Error ( Exception e ) : void
Error ( Exception e, string message ) : void
Error ( string message ) : void
Info ( String message ) : void
SourceError ( object source, Exception e ) : void
SourceError ( object source, Exception e, string message ) : void
SourceError ( object source, string message ) : void
SourceInfo ( object source, String message ) : void
SourceTrace ( object source, String message ) : void
SourceWarn ( object source, String message ) : void
Trace ( String message ) : void
Warn ( String message ) : void

Méthodes protégées

Méthode Description
LocalDebug ( Exception e ) : void
LocalDebug ( string message ) : void

Private Methods

Méthode Description
LocalError ( String message, string stackTrace ) : void
LocalInfo ( String message ) : void
LocalSourceError ( object source, String message, string stackTrace ) : void
LocalSourceInfo ( object source, String message ) : void
LocalSourceTrace ( object source, String message ) : void
LocalSourceWarn ( object source, String message ) : void
LocalTrace ( String message ) : void
LocalWarn ( String message ) : void
LogManager ( ) : System
WriteException ( Exception e, StringBuilder sb ) : void

Method Details

Debug() public static méthode

public static Debug ( Exception e ) : void
e System.Exception
Résultat void

Debug() public static méthode

public static Debug ( String message ) : void
message String
Résultat void

Error() public static méthode

public static Error ( Exception e ) : void
e System.Exception
Résultat void

Error() public static méthode

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

Error() public static méthode

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

Info() public static méthode

public static Info ( String message ) : void
message String
Résultat void

LocalDebug() protected méthode

protected LocalDebug ( Exception e ) : void
e System.Exception
Résultat void

LocalDebug() protected méthode

protected LocalDebug ( string message ) : void
message string
Résultat void

SourceError() public static méthode

public static SourceError ( object source, Exception e ) : void
source object
e System.Exception
Résultat void

SourceError() public static méthode

public static SourceError ( object source, Exception e, string message ) : void
source object
e System.Exception
message string
Résultat void

SourceError() public static méthode

public static SourceError ( object source, string message ) : void
source object
message string
Résultat void

SourceInfo() public static méthode

public static SourceInfo ( object source, String message ) : void
source object
message String
Résultat void

SourceTrace() public static méthode

public static SourceTrace ( object source, String message ) : void
source object
message String
Résultat void

SourceWarn() public static méthode

public static SourceWarn ( object source, String message ) : void
source object
message String
Résultat void

Trace() public static méthode

public static Trace ( String message ) : void
message String
Résultat void

Warn() public static méthode

public static Warn ( String message ) : void
message String
Résultat void