logLevel

Sets the log level used for logging messages from the Braze SDK.

Use this method to configure the log level of the Braze SDK. Braze log messages equal or above the set log level will be forwarded to analogous Log method. Log messages below the set log level will be dropped.

It is strongly recommended that the log level be lowered in debug/development environments as full logging in live apps is very valuable for debugging.

When the log level has been set via a system property, this method does nothing.

Set to one of the Log priority constants or BrazeLogger.SUPPRESS to hide all log output or BrazeLogger.VERBOSE to enable verbose logging.

Return

The log level used for logging messages from the Braze SDK.