HandlerLogBehavior Enumeration

This enum control when the logging call handler will add log entries.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Logging.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)

Syntax

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

Members

Member name Description
BeforeAndAfter
Log both before and after the call.
Before
Log only before the call.
After
Log only after the call.

See Also

Microsoft.Practices.EnterpriseLibrary.Logging.Configuration Namespace