From e541728ffb65a5848b4f9a6976fe76d4a415307d Mon Sep 17 00:00:00 2001 From: Lauri at Zalando Date: Tue, 26 Jul 2016 18:00:00 +0200 Subject: [PATCH] Added "Logbook" to Logging section Logbook (https://github.com/zalando/logbook) is an extensible, open-source Java library for HTTP request and response logging. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fec32ca..b3793e2 100644 --- a/README.md +++ b/README.md @@ -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. * [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.