Enum LogLevel

Logging severity levels.

enum class Microsoft::Azure::RemoteRendering::LogLevel : int32_t

Values

Name Value Description Remarks
LogLevel::None 0 Used to disable logging.
LogLevel::Error 1 The log message represents an error.
LogLevel::Warning 2 The log message represents a warning.
LogLevel::Information 3 The log message represents somewhat important information.
LogLevel::Debug 4 The log message represents verbose information typically only useful for debugging.
LogLevel::Count 5 internal

See also