Method | Description | |
---|---|---|
DebugFast ( this logger, object message, |
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 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 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 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 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 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, |
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 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 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 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 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 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, |
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 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 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 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 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 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, |
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 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 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 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 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 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, |
The notice.
|
|
NoticeFast ( this logger, object message, |
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 |
|
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 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 |
|
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 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 |
|
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 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 |
|
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 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 |
|
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 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 |
|
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 |
|
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 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 |
|
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 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 |
|
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 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 |
|
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 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 |
|
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 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 |
|
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 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 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 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 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 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. |
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 |
public static DebugFast ( this logger, object message, |
||
logger | this | log4net logger |
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public static DebugFormatFast ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | log4net logger |
provider | IFormatProvider | An |
format | string | A String containing zero or more format items |
return | void |
public static DebugFormatFast ( this logger, string format ) : void | ||
logger | this | log4net logger |
format | string | A String containing zero or more format items |
return | void |
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 |
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 |
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 |
public static ErrorFast ( this logger, object message, |
||
logger | this | log4net logger |
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public static ErrorFormatFast ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | log4net logger |
provider | IFormatProvider | An |
format | string | A String containing zero or more format items |
return | void |
public static ErrorFormatFast ( this logger, string format ) : void | ||
logger | this | log4net logger |
format | string | A String containing zero or more format items |
return | void |
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 |
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 |
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 |
public static FatalFast ( this logger, object message, |
||
logger | this | log4net logger |
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public static FatalFormatFast ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | log4net logger |
provider | IFormatProvider | An |
format | string | A String containing zero or more format items |
return | void |
public static FatalFormatFast ( this logger, string format ) : void | ||
logger | this | log4net logger |
format | string | A String containing zero or more format items |
return | void |
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 |
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 |
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 |
public static InfoFast ( this logger, object message, |
||
logger | this | log4net logger |
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public static InfoFormatFast ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | log4net logger |
provider | IFormatProvider | An |
format | string | A String containing zero or more format items |
return | void |
public static InfoFormatFast ( this logger, string format ) : void | ||
logger | this | log4net logger |
format | string | A String containing zero or more format items |
return | void |
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 |
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 |
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 |
public static IsNoticeEnabled ( this logger ) : bool | ||
logger | this | log4net logger |
return | bool |
public static Notice ( this logger, object message ) : void | ||
logger | this | The logger. |
message | object | The message. |
return | void |
public static Notice ( this logger, object message, |
||
logger | this | The logger. |
message | object | The message. |
exception | The exception. | |
return | void |
public static NoticeFast ( this logger, object message, |
||
logger | this | log4net logger |
message | object | The message object to log. |
exception | The exception to log, including its stack trace. | |
return | void |
public static NoticeFormat ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | The logger. |
provider | IFormatProvider | The provider. |
format | string | The format. |
return | void |
public static NoticeFormat ( this logger, string format ) : void | ||
logger | this | The logger. |
format | string | The format. |
return | void |
public static NoticeFormatFast ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | log4net logger |
provider | IFormatProvider | An |
format | string | A String containing zero or more format items |
return | void |
public static NoticeFormatFast ( this logger, string format ) : void | ||
logger | this | log4net logger |
format | string | A String containing zero or more format items |
return | void |
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 |
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 |
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 |
public static Trace ( this logger, object message ) : void | ||
logger | this | The logger. |
message | object | The message. |
return | void |
public static Trace ( this logger, object message, Exception exception ) : void | ||
logger | this | The logger. |
message | object | The message. |
exception | Exception | The exception. |
return | void |
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 |
public static TraceFormat ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | The logger. |
provider | IFormatProvider | The provider. |
format | string | The format. |
return | void |
public static TraceFormat ( this logger, string format ) : void | ||
logger | this | The logger. |
format | string | The format. |
return | void |
public static TraceFormatFast ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | log4net logger |
provider | IFormatProvider | An |
format | string | A String containing zero or more format items |
return | void |
public static TraceFormatFast ( this logger, string format ) : void | ||
logger | this | log4net logger |
format | string | A String containing zero or more format items |
return | void |
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 |
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 |
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 |
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 |
public static WarnFormatFast ( this logger, IFormatProvider provider, string format ) : void | ||
logger | this | log4net logger |
provider | IFormatProvider | An |
format | string | A String containing zero or more format items |
return | void |
public static WarnFormatFast ( this logger, string format ) : void | ||
logger | this | log4net logger |
format | string | A String containing zero or more format items |
return | void |
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 |
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 |
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 |