
implementation("com.ToxicBakery.logging:arbor:2.0.105")Arbor is a logging library inspired by Timber, offering a similar usage pattern with distinct features and terminology. It supports various logging levels—debug, info, verbose, warning, error, and wtf—and allows for automatic or custom log tagging. Custom seedlings can be created from the `com.toxicbakery.logging.ISeedling` interface. Kotlin extensions are provided to optimize string concatenations, ensuring efficient logging by evaluating strings only when necessary.