Click or drag to resize

ILog Interface

Namespace:  Common.Logging
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public interface ILog

The ILog type exposes the following members.

Properties
Methods
  NameDescription
Public methodDebug(Object)
Public methodDebug(ActionFormatMessageHandler)
Public methodDebug(IFormatProvider, ActionFormatMessageHandler)
Public methodDebug(Object, Exception)
Public methodDebug(ActionFormatMessageHandler, Exception)
Public methodDebug(IFormatProvider, ActionFormatMessageHandler, Exception)
Public methodDebugFormat(String, Object)
Public methodDebugFormat(IFormatProvider, String, Object)
Public methodDebugFormat(String, Exception, Object)
Public methodDebugFormat(IFormatProvider, String, Exception, Object)
Public methodError(Object)
Public methodError(ActionFormatMessageHandler)
Public methodError(IFormatProvider, ActionFormatMessageHandler)
Public methodError(Object, Exception)
Public methodError(ActionFormatMessageHandler, Exception)
Public methodError(IFormatProvider, ActionFormatMessageHandler, Exception)
Public methodErrorFormat(String, Object)
Public methodErrorFormat(IFormatProvider, String, Object)
Public methodErrorFormat(String, Exception, Object)
Public methodErrorFormat(IFormatProvider, String, Exception, Object)
Public methodFatal(Object)
Public methodFatal(ActionFormatMessageHandler)
Public methodFatal(IFormatProvider, ActionFormatMessageHandler)
Public methodFatal(Object, Exception)
Public methodFatal(ActionFormatMessageHandler, Exception)
Public methodFatal(IFormatProvider, ActionFormatMessageHandler, Exception)
Public methodFatalFormat(String, Object)
Public methodFatalFormat(IFormatProvider, String, Object)
Public methodFatalFormat(String, Exception, Object)
Public methodFatalFormat(IFormatProvider, String, Exception, Object)
Public methodInfo(Object)
Public methodInfo(ActionFormatMessageHandler)
Public methodInfo(IFormatProvider, ActionFormatMessageHandler)
Public methodInfo(Object, Exception)
Public methodInfo(ActionFormatMessageHandler, Exception)
Public methodInfo(IFormatProvider, ActionFormatMessageHandler, Exception)
Public methodInfoFormat(String, Object)
Public methodInfoFormat(IFormatProvider, String, Object)
Public methodInfoFormat(String, Exception, Object)
Public methodInfoFormat(IFormatProvider, String, Exception, Object)
Public methodTrace(Object)
Public methodTrace(ActionFormatMessageHandler)
Public methodTrace(IFormatProvider, ActionFormatMessageHandler)
Public methodTrace(Object, Exception)
Public methodTrace(ActionFormatMessageHandler, Exception)
Public methodTrace(IFormatProvider, ActionFormatMessageHandler, Exception)
Public methodTraceFormat(String, Object)
Public methodTraceFormat(IFormatProvider, String, Object)
Public methodTraceFormat(String, Exception, Object)
Public methodTraceFormat(IFormatProvider, String, Exception, Object)
Public methodWarn(Object)
Public methodWarn(ActionFormatMessageHandler)
Public methodWarn(IFormatProvider, ActionFormatMessageHandler)
Public methodWarn(Object, Exception)
Public methodWarn(ActionFormatMessageHandler, Exception)
Public methodWarn(IFormatProvider, ActionFormatMessageHandler, Exception)
Public methodWarnFormat(String, Object)
Public methodWarnFormat(IFormatProvider, String, Object)
Public methodWarnFormat(String, Exception, Object)
Public methodWarnFormat(IFormatProvider, String, Exception, Object)
Top
See Also