Inheritance Hierarchy
Namespace:
Common.Logging.Simple
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax[SerializableAttribute]
public sealed class NoOpLogger : ILog
The NoOpLogger type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | Debug(Object) | |
 | Debug(ActionFormatMessageHandler) | |
 | Debug(IFormatProvider, ActionFormatMessageHandler) | |
 | Debug(Object, Exception) | |
 | Debug(ActionFormatMessageHandler, Exception) | |
 | Debug(IFormatProvider, ActionFormatMessageHandler, Exception) | |
 | DebugFormat(String, Object) | |
 | DebugFormat(IFormatProvider, String, Object) | |
 | DebugFormat(String, Exception, Object) | |
 | DebugFormat(IFormatProvider, String, Exception, Object) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Error(Object) | |
 | Error(ActionFormatMessageHandler) | |
 | Error(IFormatProvider, ActionFormatMessageHandler) | |
 | Error(Object, Exception) | |
 | Error(ActionFormatMessageHandler, Exception) | |
 | Error(IFormatProvider, ActionFormatMessageHandler, Exception) | |
 | ErrorFormat(String, Object) | |
 | ErrorFormat(IFormatProvider, String, Object) | |
 | ErrorFormat(String, Exception, Object) | |
 | ErrorFormat(IFormatProvider, String, Exception, Object) | |
 | Fatal(Object) | |
 | Fatal(ActionFormatMessageHandler) | |
 | Fatal(IFormatProvider, ActionFormatMessageHandler) | |
 | Fatal(Object, Exception) | |
 | Fatal(ActionFormatMessageHandler, Exception) | |
 | Fatal(IFormatProvider, ActionFormatMessageHandler, Exception) | |
 | FatalFormat(String, Object) | |
 | FatalFormat(IFormatProvider, String, Object) | |
 | FatalFormat(String, Exception, Object) | |
 | FatalFormat(IFormatProvider, String, Exception, Object) | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | Info(Object) | |
 | Info(ActionFormatMessageHandler) | |
 | Info(IFormatProvider, ActionFormatMessageHandler) | |
 | Info(Object, Exception) | |
 | Info(ActionFormatMessageHandler, Exception) | |
 | Info(IFormatProvider, ActionFormatMessageHandler, Exception) | |
 | InfoFormat(String, Object) | |
 | InfoFormat(IFormatProvider, String, Object) | |
 | InfoFormat(String, Exception, Object) | |
 | InfoFormat(IFormatProvider, String, Exception, Object) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | Trace(Object) | |
 | Trace(ActionFormatMessageHandler) | |
 | Trace(IFormatProvider, ActionFormatMessageHandler) | |
 | Trace(Object, Exception) | |
 | Trace(ActionFormatMessageHandler, Exception) | |
 | Trace(IFormatProvider, ActionFormatMessageHandler, Exception) | |
 | TraceFormat(String, Object) | |
 | TraceFormat(IFormatProvider, String, Object) | |
 | TraceFormat(String, Exception, Object) | |
 | TraceFormat(IFormatProvider, String, Exception, Object) | |
 | Warn(Object) | |
 | Warn(ActionFormatMessageHandler) | |
 | Warn(IFormatProvider, ActionFormatMessageHandler) | |
 | Warn(Object, Exception) | |
 | Warn(ActionFormatMessageHandler, Exception) | |
 | Warn(IFormatProvider, ActionFormatMessageHandler, Exception) | |
 | WarnFormat(String, Object) | |
 | WarnFormat(IFormatProvider, String, Object) | |
 | WarnFormat(String, Exception, Object) | |
 | WarnFormat(IFormatProvider, String, Exception, Object) | |
Top
See Also