Specifies the interface for an object which is capable of performing logging operations.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public interface class ILogger
type ILogger = interface end
Methods
| Name | Description |
---|
| LogCritical(String, Int32, String) | |
| LogCritical(String, Int32, String, Object) | |
| 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) | |
| LogInformation(String, Int32, String, Object) | |
| 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. |
TopSee Also