NullLogger Methods |
The NullLogger type exposes the following members.
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.) |