C# Класс withSIX.Core.Logging.LoggerExtensions

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

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

Метод Описание
FormattedDebugException ( this _logger, Exception e, string message = null ) : void
FormattedErrorException ( this _logger, Exception e, string message = null ) : void
FormattedFatalException ( this _logger, Exception e, string message = null ) : void
FormattedWarnException ( this _logger, Exception e, string message = null ) : void

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

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

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

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

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

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

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

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

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

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

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