C# Класс At.FF.Krems.Utils.Logging.Log4NetExtensions

Log4net Extension Methods.
Показать файл Открыть проект

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

Метод Описание
DebugFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Debug level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Debug(System.Object) form for more detailed information.

DebugFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

DebugFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

DebugFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

DebugFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

DebugFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

ErrorFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Error level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Error(System.Object) form for more detailed information.

ErrorFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

ErrorFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

ErrorFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

ErrorFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

ErrorFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

FatalFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Fatal level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Fatal(System.Object) form for more detailed information.

FatalFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

FatalFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

FatalFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

FatalFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

FatalFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

InfoFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Info level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Info(System.Object) form for more detailed information.

InfoFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

InfoFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

InfoFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

InfoFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

InfoFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

IsNoticeEnabled ( this logger ) : bool

Is notice enabled.

Notice ( this logger, object message ) : void

The notice.

Notice ( this logger, object message, Exception exception ) : void

The notice.

NoticeFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Notice level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Notice(System.Object) form for more detailed information.

NoticeFormat ( this logger, IFormatProvider provider, string format ) : void

The notice format.

NoticeFormat ( this logger, string format ) : void

The notice format.

NoticeFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

NoticeFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

NoticeFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

NoticeFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

NoticeFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

Trace ( this logger, object message ) : void

The trace.

Trace ( this logger, object message, Exception exception ) : void

The trace.

TraceFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Trace level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Trace(System.Object) form for more detailed information.

TraceFormat ( this logger, IFormatProvider provider, string format ) : void

The trace format.

TraceFormat ( this logger, string format ) : void

The trace format.

TraceFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

TraceFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

TraceFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

TraceFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

TraceFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

WarnFast ( this logger, object message, Exception exception ) : void

Log a message object with the F:log4net.Core.Level.Warn level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Warn(System.Object) form for more detailed information.

WarnFormatFast ( this logger, IFormatProvider provider, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

WarnFormatFast ( this logger, string format ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

WarnFormatFast ( this logger, string format, object arg0 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

WarnFormatFast ( this logger, string format, object arg0, object arg1 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

WarnFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

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

Метод Описание
DebugFast ( this logger, object message ) : void
ErrorFast ( this logger, object message ) : void
FatalFast ( this logger, object message ) : void
InfoFast ( this logger, object message ) : void
IsTraceEnabled ( this logger ) : bool
NoticeFast ( this logger, object message ) : void
TraceFast ( this logger, object message ) : void
WarnFast ( this logger, object message ) : void

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

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

Log a message object with the F:log4net.Core.Level.Debug level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Debug(System.Object) form for more detailed information.

public static DebugFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Debug level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Debug(System.Object,System.Exception) methods instead.

public static DebugFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
Результат void

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

Log a message object with the F:log4net.Core.Level.Error level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Error(System.Object) form for more detailed information.

public static ErrorFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Error level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Error(System.Object,System.Exception) methods instead.

public static ErrorFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
Результат void

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

Log a message object with the F:log4net.Core.Level.Fatal level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Fatal(System.Object) form for more detailed information.

public static FatalFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Fatal level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Fatal(System.Object,System.Exception) methods instead.

public static FatalFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
Результат void

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

Log a message object with the F:log4net.Core.Level.Info level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Info(System.Object) form for more detailed information.

public static InfoFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Info level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Info(System.Object,System.Exception) methods instead.

public static InfoFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
Результат void

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

Is notice enabled.
public static IsNoticeEnabled ( this logger ) : bool
logger this log4net logger
Результат bool

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

The notice.
public static Notice ( this logger, object message ) : void
logger this The logger.
message object The message.
Результат void

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

The notice.
public static Notice ( this logger, object message, Exception exception ) : void
logger this The logger.
message object The message.
exception System.Exception The exception.
Результат void

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

Log a message object with the F:log4net.Core.Level.Notice level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Notice(System.Object) form for more detailed information.

public static NoticeFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception System.Exception The exception to log, including its stack trace.
Результат void

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

The notice format.
public static NoticeFormat ( this logger, IFormatProvider provider, string format ) : void
logger this The logger.
provider IFormatProvider The provider.
format string The format.
Результат void

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

The notice format.
public static NoticeFormat ( this logger, string format ) : void
logger this The logger.
format string The format.
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Notice level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Notice(System.Object,System.Exception) methods instead.

public static NoticeFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
Результат void

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

The trace.
public static Trace ( this logger, object message ) : void
logger this The logger.
message object The message.
Результат void

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

The trace.
public static Trace ( this logger, object message, Exception exception ) : void
logger this The logger.
message object The message.
exception Exception The exception.
Результат void

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

Log a message object with the F:log4net.Core.Level.Trace level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Trace(System.Object) form for more detailed information.

public static TraceFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception Exception The exception to log, including its stack trace.
Результат void

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

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

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

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

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

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Trace level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Trace(System.Object,System.Exception) methods instead.

public static TraceFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
Результат void

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

Log a message object with the F:log4net.Core.Level.Warn level including the stack trace of the T:System.Exception passed as a parameter.

See the M:log4net.ILog.Warn(System.Object) form for more detailed information.

public static WarnFast ( this logger, object message, Exception exception ) : void
logger this log4net logger
message object The message object to log.
exception Exception The exception to log, including its stack trace.
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, IFormatProvider provider, string format ) : void
logger this log4net logger
provider IFormatProvider An that supplies culture-specific formatting information
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, string format ) : void
logger this log4net logger
format string A String containing zero or more format items
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, string format, object arg0 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, string format, object arg0, object arg1 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
Результат void

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

Logs a formatted message string with the F:log4net.Core.Level.Warn level.

The message is formatted using the String.Format method. See M:System.String.Format(System.String,System.Object[]) for details of the syntax of the format string and the behavior of the formatting.

This method does not take an T:System.Exception object to include in the log event. To pass an T:System.Exception use one of the M:log4net.ILog.Warn(System.Object,System.Exception) methods instead.

public static WarnFormatFast ( this logger, string format, object arg0, object arg1, object arg2 ) : void
logger this log4net logger
format string A String containing zero or more format items
arg0 object An Object0 to format
arg1 object An Object1 to format
arg2 object An Object2 to format
Результат void