Logging

The Didomi SDK on Android will log various informational and error messages. We use the standard android.util.Log mechanismarrow-up-right to log messages.

Format

Messages logged by the SDK use the tag Didomi to indicate their origin.

Example:

Levels

We use the standard log levels supported by android.util.Logarrow-up-right: DEBUG, ERROR, INFO, VERBOSE, and WARN.

You can decide what level of messages should be logged by the SDK by calling the setLogLevel function before initialize

triangle-exclamation

Last updated