C# Класс ATMLManagerLibrary.managers.LogManager

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
LocalDebug ( Exception e ) : void
LocalDebug ( string message ) : void

Приватные методы

Метод Описание
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

Описание методов

Debug() публичный статический Метод

public static Debug ( Exception e ) : void
e System.Exception
Результат void

Debug() публичный статический Метод

public static Debug ( String message ) : void
message String
Результат void

Error() публичный статический Метод

public static Error ( Exception e ) : void
e System.Exception
Результат void

Error() публичный статический Метод

public static Error ( Exception e, string message ) : void
e System.Exception
message string
Результат void

Error() публичный статический Метод

public static Error ( string message ) : void
message string
Результат void

Info() публичный статический Метод

public static Info ( String message ) : void
message String
Результат void

LocalDebug() защищенный Метод

protected LocalDebug ( Exception e ) : void
e System.Exception
Результат void

LocalDebug() защищенный Метод

protected LocalDebug ( string message ) : void
message string
Результат void

SourceError() публичный статический Метод

public static SourceError ( object source, Exception e ) : void
source object
e System.Exception
Результат void

SourceError() публичный статический Метод

public static SourceError ( object source, Exception e, string message ) : void
source object
e System.Exception
message string
Результат void

SourceError() публичный статический Метод

public static SourceError ( object source, string message ) : void
source object
message string
Результат void

SourceInfo() публичный статический Метод

public static SourceInfo ( object source, String message ) : void
source object
message String
Результат void

SourceTrace() публичный статический Метод

public static SourceTrace ( object source, String message ) : void
source object
message String
Результат void

SourceWarn() публичный статический Метод

public static SourceWarn ( object source, String message ) : void
source object
message String
Результат void

Trace() публичный статический Метод

public static Trace ( String message ) : void
message String
Результат void

Warn() публичный статический Метод

public static Warn ( String message ) : void
message String
Результат void