Click or drag to resize
ILogger Interface

[Missing <summary> documentation for "T:Slash.Diagnostics.Logging.ILogger"]

Namespace: Slash.Diagnostics.Logging
Assembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntax
public interface ILogger

The ILogger type exposes the following members.

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