C# Класс Chaos.Portal.Core.Logging.ALog

Наследование: ILog
Показать файл Открыть проект

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

Метод Описание
Commit ( ) : void
Debug ( string message, Exception e = null ) : void
Error ( string message, Exception e = null ) : void
Fatal ( string message, Exception e = null ) : void
Info ( string message, Exception e = null ) : void
Warn ( string message, Exception e = null ) : void
WithLoglevel ( LogLevel logLevel ) : ILog
WithName ( string name ) : ILog
WithSessionGuid ( System.Guid sessionGuid ) : ILog
WithStopwatch ( Stopwatch stopwatch ) : ILog

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

Метод Описание
ALog ( ) : System
Log ( LogLevel logLevel, string message, Exception e ) : void

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

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

protected ALog ( ) : System
Результат System

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

public abstract Commit ( ) : void
Результат void

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

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

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

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

Fatal() публичный Метод

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

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

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

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

protected Log ( LogLevel logLevel, string message, Exception e ) : void
logLevel LogLevel
message string
e System.Exception
Результат void

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

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

WithLoglevel() публичный Метод

public WithLoglevel ( LogLevel logLevel ) : ILog
logLevel LogLevel
Результат ILog

WithName() публичный Метод

public WithName ( string name ) : ILog
name string
Результат ILog

WithSessionGuid() публичный Метод

public WithSessionGuid ( System.Guid sessionGuid ) : ILog
sessionGuid System.Guid
Результат ILog

WithStopwatch() публичный Метод

public WithStopwatch ( Stopwatch stopwatch ) : ILog
stopwatch Stopwatch
Результат ILog