Mercurial > hg > Blog
comparison content/Java/slf4j-simple-logger.md @ 82:ed5bc166ac3a
add a blog entry about slf4j's SimpleLogger
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 05 Jan 2017 11:46:46 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
81:cdb041787591 | 82:ed5bc166ac3a |
---|---|
1 Title: SLF4J's SimpleLogger | |
2 Date: 2017-01-05 | |
3 Tags: slf4j | |
4 Lang: en | |
5 | |
6 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). |