Merge pull request #395 from LappleApple/patch-5

Added "Logbook" to Logging section
This commit is contained in:
Andreas Kull
2016-08-05 13:53:21 +02:00
committed by GitHub

View File

@ -443,6 +443,7 @@ A curated list of awesome Java frameworks, libraries and software.
* [Graylog](https://www.graylog.org/) - Open-source aggregator suited for extended role and permission management.
* [Kibana](https://www.elastic.co/products/kibana) - Analyzes and visualizes log files. Some features require payment.
* [Logback](http://logback.qos.ch/) - Robust logging library with interesting configuration options via Groovy.
* [Logbook](https://github.com/zalando/logbook) - Extensible, open-source library for HTTP request and response logging.
* [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.