Description

LevelFilter controls the amount of logging produced by the LCK SDK.
It allows developers to adjust the verbosity of diagnostic information printed to the console, ranging from no output to highly detailed trace logs.

References

Enum Members

MemberDescription
OffDisables all logging from the SDK.
ErrorLogs only critical errors.
WarnLogs errors and warnings.
InfoLogs errors, warnings, and informational messages.
DebugLogs all messages, including detailed debug information.
TraceLogs all messages, including highly verbose trace information for deep debugging.