Class LDTimberLogging

java.lang.Object
com.launchdarkly.sdk.android.LDTimberLogging

public abstract class LDTimberLogging extends Object
Allows LaunchDarkly log output to be forwarded to Timber.

Currently this is the default logging implementation; in the future, we may change the default to LDAndroidLogging.

When this logging implementation is active, the SDK will automatically call Timber.plant(new Timber.DebugTree) at initialization time if and only if BuildConfig.DEBUG is true. This behavior is for consistency with the default behavior of earlier SDK versions and may be removed in the future. It can be changed with LDTimberLogging.Adapter.autoPlantDebugTree(boolean).

Since:
3.2.0
  • Constructor Details

    • LDTimberLogging

      public LDTimberLogging()
  • Method Details