Table of Contents

Enum LogPriority

Namespace
Sdl3Sharp
Assembly
Sdl3Sharp.dll

Represents a log priority

public enum LogPriority

Fields

Critical = 7

The log priority Critical

Debug = 3

The log priority Debug

Error = 6

The log priority Error

Info = 4

The log priority Info

Invalid = 0

The log priority Invalid

The log priority Invalid is not a real log priority. Instead it is used to indicate invalid logging messages which should not get logged.

Trace = 1

The log priority Trace

Verbose = 2

The log priority Verbose

Warn = 5

The log priority Warn