LoggingLevel Enum
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
C++/CX
public enum class LoggingLevel
enum LoggingLevel
public enum LoggingLevel
type LoggingLevel =
Public Enum LoggingLevel
- Inheritance
-
LoggingLevel
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 |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |