Click or drag to resize

AbstractLogger Class

Inheritance Hierarchy

Namespace:  Common.Logging.Factory
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
[SerializableAttribute]
public abstract class AbstractLogger : ILog

The AbstractLogger type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractLogger
Top
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from 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)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWriteHandler
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)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from 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)
Protected methodWriteInternal
Top
See Also