LogLevel

Defines the verbosity level for SDK logging.

Set via VideoSDK.setLogLevel() to control how much diagnostic information to the SDK outputs. Higher levels include all output from lower levels.

Entries

NONE
Link copied to clipboard
NONE

Disables all SDK log output.

ERROR
Link copied to clipboard
ERROR

Logs only critical errors such as connection failures and API errors.

WARN
Link copied to clipboard
WARN

Logs errors and warnings such as quality degradation or unexpected state changes.

INFO
Link copied to clipboard
INFO

Logs errors, warnings, and key lifecycle events. This is the default level.

DEBUG
Link copied to clipboard
DEBUG

Logs detailed diagnostic information useful during development.

ALL
Link copied to clipboard
ALL

Logs everything including real-time events. Use for performance debugging only.