C# Класс log4net.ILogExtentions

Extension methods for adding additional log shortcuts for Verbose and Trace level logging.
Показать файл Открыть проект

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

Метод Описание
Fine ( this log, string message ) : void
Fine ( this log, string message, Exception exception ) : void
FineFormat ( this log, string message ) : void
IsFineEnabled ( this log ) : bool
IsTraceEnabled ( this log ) : bool
Trace ( this log, string message ) : void
Trace ( this log, string message, Exception exception ) : void
TraceFormat ( this log, string message ) : void

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

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

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

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

public static Fine ( this log, string message, Exception exception ) : void
log this
message string
exception System.Exception
Результат void

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

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

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

public static IsFineEnabled ( this log ) : bool
log this
Результат bool

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

public static IsTraceEnabled ( this log ) : bool
log this
Результат bool

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

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

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

public static Trace ( this log, string message, Exception exception ) : void
log this
message string
exception System.Exception
Результат void

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

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