IExtensionLogger Interface |
The interface for an object which is capable of performing logging operations for an extension.
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntaxpublic interface IExtensionLogger : ILogger
Public Interface IExtensionLogger
Inherits ILogger
public interface class IExtensionLogger : ILogger
type IExtensionLogger =
interface
interface ILogger
end
Methods
| Name | Description |
---|
![Public method Public method](../icons/pubmethod.gif) | LogCritical(String, Int32, String) | |
![Public method Public method](../icons/pubmethod.gif) | LogCritical(String, Int32, String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | LogError(String, Int32, String) | Logs a message at the Error level. |
![Public method Public method](../icons/pubmethod.gif) | LogError(String, Int32, String, Object) | Logs a message at the Error level. |
![Public method Public method](../icons/pubmethod.gif) | LogException(String, Exception) |
Logs an exception.
|
![Public method Public method](../icons/pubmethod.gif) | LogException(String, Exception, String) |
Logs an exception.
|
![Public method Public method](../icons/pubmethod.gif) | LogException(String, Exception, String, Object) |
Logs an exception.
|
![Public method Public method](../icons/pubmethod.gif) | LogInformation(String, Int32, String) | |
![Public method Public method](../icons/pubmethod.gif) | LogInformation(String, Int32, String, Object) | |
![Public method Public method](../icons/pubmethod.gif) | LogMessage(LogLevel, String, Int32, String) | Logs a message. |
![Public method Public method](../icons/pubmethod.gif) | LogMessage(LogLevel, String, Int32, String, Object) | Logs a message. |
![Public method Public method](../icons/pubmethod.gif) | LogVerbose(String, Int32, String) | Logs a message at the Verbose level. |
![Public method Public method](../icons/pubmethod.gif) | LogVerbose(String, Int32, String, Object) | Logs a message at the Verbose level. |
![Public method Public method](../icons/pubmethod.gif) | LogWarning(String, Int32, String) | Logs a message at the Warning level. |
![Public method Public method](../icons/pubmethod.gif) | LogWarning(String, Int32, String, Object) | Logs a message at the Warning level. |
Top
See Also