ILogExtensions MembersApache log4net™ SDK Documentation
Methods

  NameDescription
Public methodStatic memberDebugExt(ILog, Func TResult )
Public methodStatic memberDebugExt(ILog, Object)
Log a message object with the Debug level.
Public methodStatic memberDebugExt(ILog, Func TResult , Void)
Public methodStatic memberDebugExt(ILog, Object, Exception)
Log a message object with the Debug level including the stack trace of the OnlineException passed as a parameter.
Public methodStatic memberDebugFormatExt(ILog, String, Object)
Logs a formatted message string with the Debug level.
Public methodStatic memberDebugFormatExt(ILog, String,  Object )
Logs a formatted message string with the Debug level.
Public methodStatic memberDebugFormatExt(ILog, IFormatProvider, String,  Object )
Logs a formatted message string with the Debug level.
Public methodStatic memberDebugFormatExt(ILog, String, Object, Object)
Logs a formatted message string with the Debug level.
Public methodStatic memberDebugFormatExt(ILog, String, Object, Object, Object)
Logs a formatted message string with the Debug level.
Public methodStatic memberErrorExt(ILog, Func TResult )
Public methodStatic memberErrorExt(ILog, Object)
Log a message object with the Error level.
Public methodStatic memberErrorExt(ILog, Func TResult , Void)
Public methodStatic memberErrorExt(ILog, Object, Exception)
Log a message object with the Error level including the stack trace of the OnlineException passed as a parameter.
Public methodStatic memberErrorFormatExt(ILog, String, Object)
Logs a formatted message string with the Error level.
Public methodStatic memberErrorFormatExt(ILog, String,  Object )
Logs a formatted message string with the Error level.
Public methodStatic memberErrorFormatExt(ILog, IFormatProvider, String,  Object )
Logs a formatted message string with the Error level.
Public methodStatic memberErrorFormatExt(ILog, String, Object, Object)
Logs a formatted message string with the Error level.
Public methodStatic memberErrorFormatExt(ILog, String, Object, Object, Object)
Logs a formatted message string with the Error level.
Public methodStatic memberFatalExt(ILog, Func TResult )
Public methodStatic memberFatalExt(ILog, Object)
Log a message object with the Fatal level.
Public methodStatic memberFatalExt(ILog, Func TResult , Void)
Public methodStatic memberFatalExt(ILog, Object, Exception)
Log a message object with the Fatal level including the stack trace of the OnlineException passed as a parameter.
Public methodStatic memberFatalFormatExt(ILog, String, Object)
Logs a formatted message string with the Fatal level.
Public methodStatic memberFatalFormatExt(ILog, String,  Object )
Logs a formatted message string with the Fatal level.
Public methodStatic memberFatalFormatExt(ILog, IFormatProvider, String,  Object )
Logs a formatted message string with the Fatal level.
Public methodStatic memberFatalFormatExt(ILog, String, Object, Object)
Logs a formatted message string with the Fatal level.
Public methodStatic memberFatalFormatExt(ILog, String, Object, Object, Object)
Logs a formatted message string with the Fatal level.
Public methodStatic memberInfoExt(ILog, Func TResult )
Public methodStatic memberInfoExt(ILog, Object)
Log a message object with the Info level.
Public methodStatic memberInfoExt(ILog, Func TResult , Void)
Public methodStatic memberInfoExt(ILog, Object, Exception)
Log a message object with the Info level including the stack trace of the OnlineException passed as a parameter.
Public methodStatic memberInfoFormatExt(ILog, String, Object)
Logs a formatted message string with the Info level.
Public methodStatic memberInfoFormatExt(ILog, String,  Object )
Logs a formatted message string with the Info level.
Public methodStatic memberInfoFormatExt(ILog, IFormatProvider, String,  Object )
Logs a formatted message string with the Info level.
Public methodStatic memberInfoFormatExt(ILog, String, Object, Object)
Logs a formatted message string with the Info level.
Public methodStatic memberInfoFormatExt(ILog, String, Object, Object, Object)
Logs a formatted message string with the Info level.
Public methodStatic memberWarnExt(ILog, Func TResult )
Public methodStatic memberWarnExt(ILog, Object)
Log a message object with the Warn level.
Public methodStatic memberWarnExt(ILog, Func TResult , Void)
Public methodStatic memberWarnExt(ILog, Object, Exception)
Log a message object with the Warn level including the stack trace of the OnlineException passed as a parameter.
Public methodStatic memberWarnFormatExt(ILog, String, Object)
Logs a formatted message string with the Warn level.
Public methodStatic memberWarnFormatExt(ILog, String,  Object )
Logs a formatted message string with the Warn level.
Public methodStatic memberWarnFormatExt(ILog, IFormatProvider, String,  Object )
Logs a formatted message string with the Warn level.
Public methodStatic memberWarnFormatExt(ILog, String, Object, Object)
Logs a formatted message string with the Warn level.
Public methodStatic memberWarnFormatExt(ILog, String, Object, Object, Object)
Logs a formatted message string with the Warn level.
Back to Top
See Also