EventLoggingLevel のオプション。
Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)
構文
'Declaration
Public Enumeration EventLoggingLevels
'Usage
Dim instance As EventLoggingLevels
public enum EventLoggingLevels
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| 無効にする | すべてのイベントを無効にします。 | |
| Min | 既定のレベル。 | |
| 低 | 詳細度が低く、低い。 | |
| Medium | 中程度の詳細度以下。 | |
| 高 | 高い詳細度以下。 | |
| Max | すべてのイベント。 |