Package com.launchdarkly.sdk.android
Class LDTimberLogging
java.lang.Object
com.launchdarkly.sdk.android.LDTimberLogging
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA Timber implementation of theLDLogAdapterinterface. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LDTimberLogging
public LDTimberLogging()
-
-
Method Details
-
adapter
- Returns:
- an
LDLogAdapterfor Timber logging
-