C# Класс Codaxy.Common.Logging.LoggerExtensions

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

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

Метод Описание
ChildLogger ( this logger, String childLoggerName ) : Logger
Error ( this logger, string message ) : void
Error ( this logger, string message, String stackTrace ) : void
ErrorFormat ( this logger, string format ) : void
Exception ( this logger, Exception ex ) : void
Exception ( this logger, String message, Exception ex ) : void
GetExceptionMessage ( String message, Exception ex ) : LogMessage
Info ( this logger, string message ) : void
InfoFormat ( this logger, string format ) : void
LogMessage ( this logger, LogMessage lm ) : void
Trace ( this logger, string message ) : void
TraceFormat ( this logger, string format ) : void
Warning ( this logger, string message ) : void
WarningFormat ( this logger, string format ) : void

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

Метод Описание
Debug ( this logger, string message ) : void
DebugFormat ( this logger, string format ) : void
ExpandStackTrace ( Exception ex ) : string

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

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

public static ChildLogger ( this logger, String childLoggerName ) : Logger
logger this
childLoggerName String
Результат Logger

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

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

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

public static Error ( this logger, string message, String stackTrace ) : void
logger this
message string
stackTrace String
Результат void

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

public static ErrorFormat ( this logger, string format ) : void
logger this
format string
Результат void

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

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

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

public static Exception ( this logger, String message, Exception ex ) : void
logger this
message String
ex System.Exception
Результат void

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

public static GetExceptionMessage ( String message, Exception ex ) : LogMessage
message String
ex System.Exception
Результат LogMessage

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

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

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

public static InfoFormat ( this logger, string format ) : void
logger this
format string
Результат void

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

public static LogMessage ( this logger, LogMessage lm ) : void
logger this
lm LogMessage
Результат void

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

public static Trace ( this logger, string message ) : void
logger this
message string
Результат void

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

public static TraceFormat ( this logger, string format ) : void
logger this
format string
Результат void

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

public static Warning ( this logger, string message ) : void
logger this
message string
Результат void

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

public static WarningFormat ( this logger, string format ) : void
logger this
format string
Результат void