TimberLoggerProvider

class TimberLoggerProvider : LoggerProvider

Provides an implementation of the LoggerProvider interface that creates loggers leveraging the Android Timber logging framework.

This implementation is intended to standardize the creation of logger instances while utilizing Android Timber for actual logging operations, ensuring compatibility with Android-based logging systems.

Since

1.0.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getLogger(className: String): Logger