# HG changeset patch # User Dirk Olmes # Date 1483613206 -3600 # Node ID ed5bc166ac3aa0d7bbb8aedda5fee7fd9e36cc17 # Parent cdb041787591a9e0b92cc904431db8480258ec19 add a blog entry about slf4j's SimpleLogger diff -r cdb041787591 -r ed5bc166ac3a content/Java/slf4j-simple-logger.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/Java/slf4j-simple-logger.md Thu Jan 05 11:46:46 2017 +0100 @@ -0,0 +1,6 @@ +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).