Airframe Log, a modern logging library for Scala, now supports Scala 3.0.0-M2 (Dotty) since version 20.12.1, released on December 2020. airframe-log: Application Logger · Airframe
airframe-log is a library for enhancing your Scala application logging with colors and source code locations…wvlet.org The usage is quite simple: Add LogSupport trait to your class and use error/warn/info/debug/trace methods for showing logs of your applications: