IsDebugEnabled | Checks if this logger is enabled for the Debug level. |
IsErrorEnabled | Checks if this logger is enabled for the Error level. |
IsFatalEnabled | Checks if this logger is enabled for the Fatal level. |
IsInfoEnabled | Checks if this logger is enabled for the Info level. |
IsTraceEnabled | Checks if this logger is enabled for the Trace level. |
IsWarnEnabled | Checks if this logger is enabled for the Warn level. |
Debug | Overloaded. Log a message object with the Debug level. |
DebugFormat | Overloaded. Log a message with the Debug level. |
Equals (inherited from Object) | |
Error | Overloaded. Log a message object with the Error level. |
ErrorFormat | Overloaded. Log a message with the Error level. |
Fatal | Overloaded. Log a message object with the Fatal level. |
FatalFormat | Overloaded. Log a message with the Fatal level. |
GetHashCode (inherited from Object) | |
GetType (inherited from Object) | |
Info | Overloaded. Log a message object with the Info level. |
InfoFormat | Overloaded. Log a message with the Info level. |
ToString (inherited from Object) | |
Trace | Overloaded. Log a message object with the Trace level. |
TraceFormat | Overloaded. Log a message with the Trace level. |
Warn | Overloaded. Log a message object with the Warn level. |
WarnFormat | Overloaded. Log a message with the Warn level. |
AbstractLogger Constructor | Creates a new logger instance using WriteInternal for writing log events to the underlying log system. |
Finalize (inherited from Object) | |
GetWriteHandler | 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. |
AbstractLogger Class | Common.Logging.Factory Namespace