Enum LogPriority
- Namespace
- Sdl3Sharp
- Assembly
- Sdl3Sharp.dll
Represents a log priority
public enum LogPriority
Fields
Critical = 7The log priority Critical
Debug = 3The log priority Debug
Error = 6The log priority Error
Info = 4The log priority Info
Invalid = 0The log priority Invalid
The log priority
Invalidis not a real log priority. Instead it is used to indicate invalid logging messages which should not get logged.Trace = 1The log priority Trace
Verbose = 2The log priority Verbose
Warn = 5The log priority Warn