IsDebugEnabled | Missing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsDebugEnabled |
IsErrorEnabled | Missing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsErrorEnabled |
IsFatalEnabled | Missing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsFatalEnabled |
IsInfoEnabled | Missing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsInfoEnabled |
IsTraceEnabled | Missing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsTraceEnabled |
IsWarnEnabled | Missing <summary> documentation for P:Common.Logging.Log4Net.Log4NetLogger.IsWarnEnabled |
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. |
Log4NetLogger Constructor | Constructor |
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. |
Log4NetLogger Class | Common.Logging.Log4Net Namespace