From 213ba10d38dbc3b985cce328bf42906e61ade71e Mon Sep 17 00:00:00 2001 From: Martin Winandy Date: Mon, 7 Dec 2015 11:13:55 +0100 Subject: [PATCH] Added tinylog as logging framework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6732f42..4743e27 100644 --- a/README.md +++ b/README.md @@ -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