Mercurial > hg > Blog
view content/Java/slf4j-simple-logger.md @ 97:e99db3bc53c1
Updates for pelican 4.2.0, publish the blog as HTTPS instead of HTTP
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 19 Dec 2019 09:31:57 +0100 |
parents | ed5bc166ac3a |
children |
line wrap: on
line source
Title: SLF4J's SimpleLogger Date: 2017-01-05 Tags: slf4j Lang: en I use the [SLF4J](http://www.slf4j.org/) 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](http://www.slf4j.org/api/org/slf4j/impl/SimpleLogger.html).