EventLoggingLevels 列舉
EventLoggingLevel 的選項。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Enumeration EventLoggingLevels
'Usage
Dim instance As EventLoggingLevels
public enum EventLoggingLevels
成員
| 成員名稱 | 說明 | |
|---|---|---|
| 停用 | 停用所有事件。 | |
| Min | 預設層級。 | |
| 低 | 低詳細資訊和較低。 | |
| 中 | 中詳細度和較低。 | |
| 高 | 高詳細資訊和更低。 | |
| 最大值 | 所有事件。 |