 | ILogger Interface |
[Missing <summary> documentation for "T:Slash.Diagnostics.Logging.ILogger"]
Namespace: Slash.Diagnostics.LoggingAssembly: Slash.Diagnostics (in Slash.Diagnostics.dll) Version: 1.0.6018.40181
Syntaxpublic interface class ILogger
type ILogger = interface end
The ILogger type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Debug(Object) | |
 | Debug(Object, Exception) | |
 | DebugFormat(String, Object) | |
 | DebugFormat(IFormatProvider, String, Object) | |
 | Error(Object) | |
 | Error(Object, Exception) | |
 | ErrorFormat(String, Object) | |
 | ErrorFormat(IFormatProvider, String, Object) | |
 | Fatal(Object) | |
 | Fatal(Object, Exception) | |
 | FatalFormat(String, Object) | |
 | FatalFormat(IFormatProvider, String, Object) | |
 | Info(Object) | |
 | Info(Object, Exception) | |
 | InfoFormat(String, Object) | |
 | InfoFormat(IFormatProvider, String, Object) | |
 | Warn(Object) | |
 | Warn(Object, Exception) | |
 | WarnFormat(String, Object) | |
 | WarnFormat(IFormatProvider, String, Object) | |
Top
See Also