Braze Logger
Wraps Log so that Braze log messages can be set to a configurable level.
Types
Functions
Sends a log message from a class.
Sends a log message outside of a class (or to specify a tag explicitly). Tag should also be specified when using within a coroutine.
Generates a tag for a class.
Internal Braze method. Do not use.
Gets the Braze log tag from a String.
Returns a Log tag string prepended with the Braze SDK version and appended with Class.getName. The class name will be shortened to a logcat appropriate length.
Sets the log level if no log level was ever set via BrazeLogger.logLevel. The purpose of this method is allow for the safe setting of an initial configuration value while not overriding any log level calls made in code before the SDK was initialized.
Properties
A callback function fired whenever a log is made from this class. Does not perform any filtering based on logLevel.