EventLoggingLevels enumeration
Options for EventLoggingLevel.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Enumeration EventLoggingLevels
'Usage
Dim instance As EventLoggingLevels
public enum EventLoggingLevels
Members
Member name | Description | |
---|---|---|
Disable | Disable all events. | |
Min | Default level. | |
Low | Low verbosity and lower. | |
Medium | Medium verbosity and lower. | |
High | High verbosity and lower. | |
Max | All events. |