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

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

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

Метод Описание
Commit ( ) : void
Commit ( uint duration ) : void
Debug ( string message, Exception e = null ) : void
DirectLogger ( ILogFactory loggerFactory ) : System
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

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

Метод Описание
GetLogger ( ) : ILog

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

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

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

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

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

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

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

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

public DirectLogger ( ILogFactory loggerFactory ) : System
loggerFactory ILogFactory
Результат System

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

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