Added "Logbook" to Logging section

Logbook (https://github.com/zalando/logbook) is an extensible, open-source Java library for HTTP request and response logging.
This commit is contained in:
Lauri at Zalando
2016-07-26 18:00:00 +02:00
committed by GitHub
parent 43b459e8f5
commit e541728ffb

View File

@ -444,6 +444,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. * [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. * [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. * [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. * [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. * [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. * [tinylog](http://www.tinylog.org/) - Lightweight logging framework with static logger class.