From 57613c92dee1012559231129756e6dbf88f4361d Mon Sep 17 00:00:00 2001 From: "abu.bakar" Date: Fri, 21 Dec 2018 17:33:57 +0300 Subject: [PATCH] Added P6Spy in Logging and Improved Description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7be12fa..0255e64 100644 --- a/README.md +++ b/README.md @@ -508,7 +508,7 @@ A curated list of awesome Java frameworks, libraries and software. - [Logback](https://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. -- [p6spy](https://github.com/p6spy/p6spy) - P6Spy is a framework that enables database data to be seamlessly intercepted and logged with no code changes to the application.It logs all JDBC transactions for any Java application. +- [p6spy](https://github.com/p6spy/p6spy) - Framework that enables all JDBC transactions to be logged. - [SLF4J](https://www.slf4j.org) - Abstraction layer/simple logging facade. - [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.