No Dependency Fluent Logging in Scala

Brian Schlining
2 min readMay 2, 2022
Photo by Ales Krivec (https://unsplash.com/photos/KnV-mJDGWzU)

Introduction to System.Logger

Since the release Java Development Kit (JDK) 9, Java has shipped with a minimal logging API that can be used to route log messages to your logging framework of choice, such as slf4j, log4j2, jul, etc. The advantage of using System.Logger is that your application is completely decoupled from 3rd party logging frameworks. This allows you to easily…

--

--

Brian Schlining

Polyglot coder. Deep-sea Researcher. Zazen aficionado. I think squids are pretty cool.