C# Class ATMLManagerLibrary.managers.LogManager

Show file Open project: UtrsSoftware/ATMLWorkBench

Public Methods

Method 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

Protected Methods

Method Description
LocalDebug ( Exception e ) : void
LocalDebug ( string message ) : void

Private Methods

Method 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 method

public static Debug ( Exception e ) : void
e System.Exception
return void

Debug() public static method

public static Debug ( String message ) : void
message String
return void

Error() public static method

public static Error ( Exception e ) : void
e System.Exception
return void

Error() public static method

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

Error() public static method

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

Info() public static method

public static Info ( String message ) : void
message String
return void

LocalDebug() protected method

protected LocalDebug ( Exception e ) : void
e System.Exception
return void

LocalDebug() protected method

protected LocalDebug ( string message ) : void
message string
return void

SourceError() public static method

public static SourceError ( object source, Exception e ) : void
source object
e System.Exception
return void

SourceError() public static method

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

SourceError() public static method

public static SourceError ( object source, string message ) : void
source object
message string
return void

SourceInfo() public static method

public static SourceInfo ( object source, String message ) : void
source object
message String
return void

SourceTrace() public static method

public static SourceTrace ( object source, String message ) : void
source object
message String
return void

SourceWarn() public static method

public static SourceWarn ( object source, String message ) : void
source object
message String
return void

Trace() public static method

public static Trace ( String message ) : void
message String
return void

Warn() public static method

public static Warn ( String message ) : void
message String
return void