Added Tracer to "Logging" section

Tracer (https://github.com/zalando/tracer) is an open-source call tracing and log correlation library for distributed systems.
This commit is contained in:
Lauri at Zalando
2016-08-05 16:10:15 +02:00
committed by GitHub
parent ad95691ed3
commit 6bd6af6d7c

View File

@ -448,6 +448,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Logstash](https://www.elastic.co/products/logstash) - Tool for managing log files.
* [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.
* [Tracer](https://github.com/zalando/tracer) - Call tracing and log correlation in distributed systems.
## Machine Learning