Common Logging 2.0 API Reference

Log4NetLogger Members

Log4NetLogger overview

Public Instance Properties

IsDebugEnabledMissing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsDebugEnabled 
IsErrorEnabledMissing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsErrorEnabled 
IsFatalEnabledMissing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsFatalEnabled 
IsInfoEnabledMissing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsInfoEnabled 
IsTraceEnabledMissing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsTraceEnabled 
IsWarnEnabledMissing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsWarnEnabled 

Public Instance Methods

Debug (inherited from AbstractLogger)Overloaded. Log a message object with the Debug level.
DebugFormat (inherited from AbstractLogger)Overloaded. Log a message with the Debug level.
Equals (inherited from Object) 
Error (inherited from AbstractLogger)Overloaded. Log a message object with the Error level.
ErrorFormat (inherited from AbstractLogger)Overloaded. Log a message with the Error level.
Fatal (inherited from AbstractLogger)Overloaded. Log a message object with the Fatal level.
FatalFormat (inherited from AbstractLogger)Overloaded. Log a message with the Fatal level.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Info (inherited from AbstractLogger)Overloaded. Log a message object with the Info level.
InfoFormat (inherited from AbstractLogger)Overloaded. Log a message with the Info level.
ToString (inherited from Object) 
Trace (inherited from AbstractLogger)Overloaded. Log a message object with the Trace level.
TraceFormat (inherited from AbstractLogger)Overloaded. Log a message with the Trace level.
Warn (inherited from AbstractLogger)Overloaded. Log a message object with the Warn level.
WarnFormat (inherited from AbstractLogger)Overloaded. Log a message with the Warn level.

Protected Instance Constructors

Log4NetLogger Constructor Constructor

Protected Instance Methods

Finalize (inherited from Object) 
GetWriteHandler (inherited from AbstractLogger) Override this method to use a different method than WriteInternal for writing log events to the underlying log system.
MemberwiseClone (inherited from Object) 
WriteInternal Actually sends the message to the underlying log system.

See Also

Log4NetLogger Class | Common.Logging.Log4Net Namespace