object LumberYard
Keep track of Timber logs that can be displayed by TimberModule. In order for logs to be collected LumberYard.install must be called inside of Application.onCreate.
A no-op version of LumberYard is provided too, meaning you can keep the same
LumberYard.install() call inside of onCreate() for release builds.
fun install(app: Application): Unit
Installs |