TimberLogger
KommonLogger implementation backed by Timber, with a configurable tagPrefix (ported from Novalingo's Logger singleton) and a built-in release tree that suppresses verbose/debug/info logs, forwarding only warnings and errors (e.g. to crash reporting).
Call setup once at app startup to plant the appropriate Timber tree; then inject a TimberLogger instance wherever KommonLogger is required.