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.1.0.1001)
Syntax
public interface IExtensionLogger : ILogger
Methods
  NameDescription
Public methodLogCritical(String, Int32, String)
Logs a message at the Critical level.
Public methodLogCritical(String, Int32, String, Object)
Logs a message at the Critical level.
Public methodLogError(String, Int32, String)
Logs a message at the Error level.
Public methodLogError(String, Int32, String, Object)
Logs a message at the Error level.
Public methodLogException(String, Exception)
Logs an exception.
Public methodLogException(String, Exception, String)
Logs an exception.
Public methodLogException(String, Exception, String, Object)
Logs an exception.
Public methodLogInformation(String, Int32, String)
Logs a message at the Information level.
Public methodLogInformation(String, Int32, String, Object)
Logs a message at the Information level.
Public methodLogMessage(LogLevel, String, Int32, String)
Logs a message.
Public methodLogMessage(LogLevel, String, Int32, String, Object)
Logs a message.
Public methodLogVerbose(String, Int32, String)
Logs a message at the Verbose level.
Public methodLogVerbose(String, Int32, String, Object)
Logs a message at the Verbose level.
Public methodLogWarning(String, Int32, String)
Logs a message at the Warning level.
Public methodLogWarning(String, Int32, String, Object)
Logs a message at the Warning level.
Top
See Also