Click or drag to resize

ILoggingService Methods

The ILoggingService type exposes the following members.

Methods
 NameDescription
Public methodDebug Writes a debug message.
Public methodDebugFormatted Writes a formatted debug message.
Public methodError(Object) Writes an error message.
Public methodError(Object, Exception) Writes an error message together with an exception.
Public methodErrorFormatted Writes a formatted error message.
Public methodFatal(Object) Writes a fatal message.
Public methodFatal(Object, Exception) Writes a fatal message together with an exception.
Public methodFatalFormatted Writes a formatted fatal message.
Public methodInfo Writes an informational message.
Public methodInfoFormatted Writes a formatted informational message.
Public methodWarn(Object) Writes a warning message.
Public methodWarn(Object, Exception) Writes a warning message together with an exception.
Public methodWarnFormatted Writes a formatted warning message.
Top
See Also