LoggingLevel Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Logging level enumeration
public enum class LoggingLevel
public enum class LoggingLevel
enum LoggingLevel
public enum LoggingLevel
type LoggingLevel =
Public Enum LoggingLevel
- Inheritance
-
LoggingLevel
Fields
Name | Value | Description |
---|---|---|
Off | 0 | Logging is off |
Fatal | 1 | Fatal level |
Error | 2 | Error level |
Warn | 3 | Warning level |
Info | 4 | Info level |
Debug | 5 | Debug level |
Trace | 6 | Trace level |