LogLevel

LogLevel

Enumeration in Antilatency.DeviceNetwork
Antilatency Device Network log verbosity level.
enum LogLevel {
Trace,
Debug,
Info,
Warning,
Error,
Critical,
Off
}

Fields

Trace
Logging all information including trace messages.
Debug
Logging up to debug messages.
Info
Logging up to info messages.
Warning
Logging up to warning messages.
Error
Logging up to error messages.
Critical
Logging up to critical messages.
Off
Turns off logging statements.