isLoggingEnabled

Enables global debug logging for all Bitmovin components.

The logs will be printed via android.util.Log with the respective tags: BitmovinPlayer, BitmovinPlayerView, BitmovinOffline, BitmovinSource and BitmovinExoPlayer

Please note that this flag has to be modified before creating any Bitmovin component in order to take effect. We suggest to place this flag inside your Application.onCreate function.

Note: Should not be enabled in production as confidential information might be logged to the console.

Default is false