C# Класс GoodAI.Logging.LoggerExtensions

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

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

Метод Описание
Debug ( this log, Exception ex, string template ) : void
Debug ( this log, string template ) : void
Error ( this log, Exception ex, string template ) : void
Error ( this log, string template ) : void
Info ( this log, string template ) : void
Warn ( this log, Exception ex, string template ) : void
Warn ( this log, string template ) : void

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

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

public static Debug ( this log, Exception ex, string template ) : void
log this
ex System.Exception
template string
Результат void

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

public static Debug ( this log, string template ) : void
log this
template string
Результат void

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

public static Error ( this log, Exception ex, string template ) : void
log this
ex System.Exception
template string
Результат void

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

public static Error ( this log, string template ) : void
log this
template string
Результат void

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

public static Info ( this log, string template ) : void
log this
template string
Результат void

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

public static Warn ( this log, Exception ex, string template ) : void
log this
ex System.Exception
template string
Результат void

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

public static Warn ( this log, string template ) : void
log this
template string
Результат void