C# Class At.FF.Krems.Utils.Logging.Log4NetExtensions

Log4net Extension Methods.
Datei anzeigen Open project: Grisu-NOE/Infoscreen

Public Methods

Method Description
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.

Private Methods

Method Description
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

Method Details

DebugFast() public static method

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.
return void

DebugFormatFast() public static method

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
return void

DebugFormatFast() public static method

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
return void

DebugFormatFast() public static method

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
return void

DebugFormatFast() public static method

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
return void

DebugFormatFast() public static method

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
return void

ErrorFast() public static method

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.
return void

ErrorFormatFast() public static method

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
return void

ErrorFormatFast() public static method

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
return void

ErrorFormatFast() public static method

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
return void

ErrorFormatFast() public static method

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
return void

ErrorFormatFast() public static method

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
return void

FatalFast() public static method

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.
return void

FatalFormatFast() public static method

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
return void

FatalFormatFast() public static method

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
return void

FatalFormatFast() public static method

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
return void

FatalFormatFast() public static method

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
return void

FatalFormatFast() public static method

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
return void

InfoFast() public static method

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.
return void

InfoFormatFast() public static method

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
return void

InfoFormatFast() public static method

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
return void

InfoFormatFast() public static method

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
return void

InfoFormatFast() public static method

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
return void

InfoFormatFast() public static method

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
return void

IsNoticeEnabled() public static method

Is notice enabled.
public static IsNoticeEnabled ( this logger ) : bool
logger this log4net logger
return bool

Notice() public static method

The notice.
public static Notice ( this logger, object message ) : void
logger this The logger.
message object The message.
return void

Notice() public static method

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.
return void

NoticeFast() public static method

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.
return void

NoticeFormat() public static method

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.
return void

NoticeFormat() public static method

The notice format.
public static NoticeFormat ( this logger, string format ) : void
logger this The logger.
format string The format.
return void

NoticeFormatFast() public static method

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
return void

NoticeFormatFast() public static method

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
return void

NoticeFormatFast() public static method

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
return void

NoticeFormatFast() public static method

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
return void

NoticeFormatFast() public static method

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
return void

Trace() public static method

The trace.
public static Trace ( this logger, object message ) : void
logger this The logger.
message object The message.
return void

Trace() public static method

The trace.
public static Trace ( this logger, object message, Exception exception ) : void
logger this The logger.
message object The message.
exception Exception The exception.
return void

TraceFast() public static method

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.
return void

TraceFormat() public static method

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.
return void

TraceFormat() public static method

The trace format.
public static TraceFormat ( this logger, string format ) : void
logger this The logger.
format string The format.
return void

TraceFormatFast() public static method

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
return void

TraceFormatFast() public static method

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
return void

TraceFormatFast() public static method

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
return void

TraceFormatFast() public static method

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
return void

TraceFormatFast() public static method

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
return void

WarnFast() public static method

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.
return void

WarnFormatFast() public static method

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
return void

WarnFormatFast() public static method

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
return void

WarnFormatFast() public static method

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
return void

WarnFormatFast() public static method

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
return void

WarnFormatFast() public static method

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
return void