From 1d98fba7dd4d0ca33488a2c7cb102d073ea54b90 Mon Sep 17 00:00:00 2001 From: Will Sargent Date: Mon, 14 Mar 2022 10:44:26 -0700 Subject: [PATCH] Add echopraxia (#970) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a4d0c3..231ffd8 100644 --- a/README.md +++ b/README.md @@ -578,6 +578,7 @@ _Current implementations of the JVM/JDK._ _Libraries that log the behavior of an application._ - [Apache Log4j 2](https://logging.apache.org/log4j/) - Complete rewrite with a powerful plugin and configuration architecture. +- [Echopraxia](https://github.com/tersesystems/echopraxia) - API designed around structured logging, rich context, and conditional logging. There are Logback and Log4J2 implementations, but Echopraxia's API is completely dependency-free, meaning it can be implemented with any logging API. - [Graylog](https://www.graylog.org) - Open-source aggregator suited for extended role and permission management. (GPL-3.0-only) - [Kibana](https://www.elastic.co/kibana) - Analyzes and visualizes log files. Some features require payment. - [Logback](http://logback.qos.ch) - Robust logging library with interesting configuration options via Groovy.