Specifies the interface for an object which is capable of performing logging operations.
Namespace: Dundas.BIAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic interface class ILogger
type ILogger = interface end
The ILogger type exposes the following members.
Methods| | Name | Description |
|---|
 | LogCritical(String, Int32, String) | Logs a message at the Critical level. |
 | LogCritical(String, Int32, String, Object) | Logs a message at the Critical level. |
 | LogError(String, Int32, String) | Logs a message at the Error level. |
 | LogError(String, Int32, String, Object) | Logs a message at the Error level. |
 | LogException(String, Exception) |
Logs an exception.
|
 | LogException(String, Exception, String) |
Logs an exception.
|
 | LogException(String, Exception, String, Object) |
Logs an exception.
|
 | LogInformation(String, Int32, String) | Logs a message at the Information level. |
 | LogInformation(String, Int32, String, Object) | Logs a message at the Information level. |
 | LogMessage(LogLevel, String, Int32, String) | Logs a message. |
 | LogMessage(LogLevel, String, Int32, String, Object) | Logs a message. |
 | LogVerbose(String, Int32, String) | Logs a message at the Verbose level. |
 | LogVerbose(String, Int32, String, Object) | Logs a message at the Verbose level. |
 | LogWarning(String, Int32, String) | Logs a message at the Warning level. |
 | LogWarning(String, Int32, String, Object) | Logs a message at the Warning level. |
Top
See Also