Share via


HandlerLogBehavior Enumeration

Specifies when the logging call handler will add log entries.

Namespace: Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.PolicyInjection (in Microsoft.Practices.EnterpriseLibrary.PolicyInjection.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public enum HandlerLogBehavior
'Declaration
Public Enumeration HandlerLogBehavior
public enum class HandlerLogBehavior

Members

Member name Value Description
BeforeAndAfter 0 Log both before and after the call.
Before 1 Log only before the call.
After 2 Log only after the call.

See Also

Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration Namespace