Namespace:
Common.Logging
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
SyntaxThe ILog type exposes the following members.
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) | |
 | 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) | |
 | 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) | |
 | 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