IExceptionConfigurationLoggingProvider Interface

Defines the fluent configuration extensions for the logging provider.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent
Assembly: Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging (in Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.Logging.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public interface IExceptionConfigurationLoggingProvider : IExceptionConfigurationForExceptionTypeOrPostHandling, 
    IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface
'Declaration
Public Interface IExceptionConfigurationLoggingProvider
    Inherits IExceptionConfigurationForExceptionTypeOrPostHandling, IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, 
    IFluentInterface
public interface class IExceptionConfigurationLoggingProvider : IExceptionConfigurationForExceptionTypeOrPostHandling, 
    IExceptionConfigurationGivenPolicyWithName, IExceptionConfigurationAddExceptionHandlers, IExceptionConfigurationThenDoPostHandlingAction, IFluentInterface

See Also

IExceptionConfigurationLoggingProvider Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Fluent Namespace