Defines the available logging levels for the Camera Kit SDK.
Possible values are:
"error" - Log only errors (most restrictive)
"warn" - Log warnings and errors
"info" - Log informational messages, warnings, and errors
"debug" - Log all messages including debug information (most verbose)
When a log level is set, all messages at that level and higher priority levels will be logged.
For example, setting the log level to "warn" will log warnings and errors, but not info or debug messages.
Defines the available logging levels for the Camera Kit SDK.
Possible values are:
"error"- Log only errors (most restrictive)"warn"- Log warnings and errors"info"- Log informational messages, warnings, and errors"debug"- Log all messages including debug information (most verbose)When a log level is set, all messages at that level and higher priority levels will be logged. For example, setting the log level to
"warn"will log warnings and errors, but not info or debug messages.