NullLogger Class |
Namespace: Colygon.MatchPoint.Common.Logging
public class NullLogger : Logger
The NullLogger type exposes the following members.
Name | Description | |
---|---|---|
NullLogger | Initializes a new NullLogger instance. |
Name | Description | |
---|---|---|
IsDebugEnabled | Returns true if the trace severity is configured as 'Monitorable'. (Inherited from Logger.) | |
IsErrorEnabled | Returns true if the trace severity is configured as 'Unexpected'. (Inherited from Logger.) | |
IsInfoEnabled | Returns true if the trace severity is configured as 'Medium'. (Inherited from Logger.) | |
IsTraceEnabled | Returns true if the trace severity is configured as 'Verbose'. (Inherited from Logger.) | |
IsWarnEnabled | Returns true if the trace severity is configured as 'High'. (Inherited from Logger.) |
Name | Description | |
---|---|---|
Debug(String, Object) | (Overrides LoggerDebug(String, Object).) | |
Debug(UInt16, String, Object) | (Overrides LoggerDebug(UInt16, String, Object).) | |
DebugException(Exception, String, Object) | Writes an exception resulting from an unusual code path and actions that should be monitored to the trace log. (Inherited from Logger.) | |
DebugException(Exception, UInt16, String, Object) | Writes an event resulting from an unusual code path and actions that should be monitored to the trace log. (Inherited from Logger.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Error(String, Object) | (Overrides LoggerError(String, Object).) | |
Error(UInt16, String, Object) | (Overrides LoggerError(UInt16, String, Object).) | |
ErrorException(Exception, String, Object) | Writes an 'unexpected' exception to the trace log. (Inherited from Logger.) | |
ErrorException(Exception, UInt16, String, Object) | Writes an 'unexpected' exception to the trace log. (Inherited from Logger.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Info(String, Object) | (Overrides LoggerInfo(String, Object).) | |
Info(UInt16, String, Object) | (Overrides LoggerInfo(UInt16, String, Object).) | |
InfoException(Exception, String, Object) | Writes an exception with medium-level priority to the trace log. (Inherited from Logger.) | |
InfoException(Exception, UInt16, String, Object) | Writes an exception with medium-level priority to the trace log. (Inherited from Logger.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Trace(String, Object) | (Overrides LoggerTrace(String, Object).) | |
Trace(UInt16, String, Object) | (Overrides LoggerTrace(UInt16, String, Object).) | |
TraceException(Exception, String, Object) | Writes an exception with low-level priority to the trace log. (Inherited from Logger.) | |
TraceException(Exception, UInt16, String, Object) | Writes an event with low-level priority to the trace log. (Inherited from Logger.) | |
Warn(String, Object) | (Overrides LoggerWarn(String, Object).) | |
Warn(UInt16, String, Object) | (Overrides LoggerWarn(UInt16, String, Object).) | |
WarnException(Exception, String, Object) | Writes an exception with high-level priority to the trace log. (Inherited from Logger.) | |
WarnException(Exception, UInt16, String, Object) | Writes an exception with low-level priority to the trace log. (Inherited from Logger.) |
Name | Description | |
---|---|---|
Category | Specifies the category and severity for messages that this logger writes. (Inherited from Logger.) | |
LogPrefix | (Inherited from Logger.) |