SLF4J’s SimpleLogger
05.01.2017 by Dirk OlmesI use the SLF4J API as the default logging facade in all my projects. SLF4J’s simple logger comes in handy when you don’t need a fully fledged logging framework. The SimpleLogger
is despite its name quite configurable - if you know where to find the documentation: it’s in the Javadoc of the SimpleLogger class.
Comments
There are no comments yet.
Leave a comment