DEBUG is the most verbose log level being more verbose than the INFO level. At this level the SDK will log all the details.
ERROR is more verbose than the OFF level. At this level the SDK will only log errors. This is also the default logging level of the SDK.
INFO is more verbose than the WARN level. At this level the SDK will log errors, warnings and info level details.
OFF is the least verbose level. At this level the SDK doesn't log anything.
WARN is more verbose than the ERROR level. At this level the SDK will log errors and warnings.
Available log levels for the Chat SDK. The log levels are hierarchical i.e. when a particular level is set then the SDK will not log below that level.
Verbosity decreases as we go from top to bottom:
DEBUGINFOWARNERROROFF