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
Modifier and TypeClassDescriptionstatic final class
A Timber implementation of theLDLogAdapter
interface. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
LDTimberLogging
public LDTimberLogging()
-
-
Method Details
-
adapter
- Returns:
- an
LDLogAdapter
for Timber logging
-