Mercurial > hg > Blog
annotate content/Java/slf4j-simple-logger.md @ 112:cf31bf5fce72 default tip
Author of the blog post as mail header for efficient spam filtering
author | Dirk Olmes <dirk.olmes@codedo.de> |
---|---|
date | Tue, 06 Sep 2022 07:04:11 +0200 |
parents | ed5bc166ac3a |
children |
rev | line source |
---|---|
82
ed5bc166ac3a
add a blog entry about slf4j's SimpleLogger
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
1 Title: SLF4J's SimpleLogger |
ed5bc166ac3a
add a blog entry about slf4j's SimpleLogger
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
2 Date: 2017-01-05 |
ed5bc166ac3a
add a blog entry about slf4j's SimpleLogger
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
3 Tags: slf4j |
ed5bc166ac3a
add a blog entry about slf4j's SimpleLogger
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
4 Lang: en |
ed5bc166ac3a
add a blog entry about slf4j's SimpleLogger
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
5 |
ed5bc166ac3a
add a blog entry about slf4j's SimpleLogger
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff
changeset
|
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). |