Added tinylog as logging framework

This commit is contained in:
Martin Winandy
2015-12-07 11:13:55 +01:00
parent 94f6373701
commit 213ba10d38

View File

@ -380,6 +380,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [logstash](https://www.elastic.co/products/logstash) - Tool for managing log files.
* [Metrics](https://github.com/dropwizard/metrics) - Expose metrics via JMX or HTTP and can send them to a database.
* [SLF4J](http://www.slf4j.org/) - Abstraction layer which is to be used with an implementation.
* [tinylog](http://www.tinylog.org/) - Lightweight logging framework with static logger class.
## Machine Learning