An open API service indexing awesome lists of open source software.

https://github.com/zileo-net/logback-logdna

Logback Java appender for LogDNA.com
https://github.com/zileo-net/logback-logdna

logback logdna logdna-appenders

Last synced: about 2 months ago
JSON representation

Logback Java appender for LogDNA.com

Awesome Lists containing this project

README

          

![Java Build](https://github.com/zileo-net/logback-logdna/workflows/Java%20Build/badge.svg) [![Bugs](https://sonarcloud.io/api/project_badges/measure?project=zileo-net_logback-logdna&metric=bugs)](https://sonarcloud.io/dashboard?id=zileo-net_logback-logdna) [![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=zileo-net_logback-logdna&metric=code_smells)](https://sonarcloud.io/dashboard?id=zileo-net_logback-logdna) [![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=zileo-net_logback-logdna&metric=reliability_rating)](https://sonarcloud.io/dashboard?id=zileo-net_logback-logdna) [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=zileo-net_logback-logdna&metric=coverage)](https://sonarcloud.io/dashboard?id=zileo-net_logback-logdna) [![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=zileo-net_logback-logdna&metric=security_rating)](https://sonarcloud.io/dashboard?id=zileo-net_logback-logdna)

# LogDNA Logback appender

This library provides an appender for [logback](https://logback.qos.ch), allowing to send your logs to the [LogDNA](https://logdna.com) online logging platform, via their HTTPS Ingest API. MDC thread-bound data can be send, indexed and searched into your LogDNA dashboard.

You'll find all the details about the library in [the published GitHub pages manual](https://zileo-net.github.io/logback-logdna/).

# 2.x.x Upgrade

Version 2 of this library upgrades to Java 17 to `jakarta.ws` packages instead of `javax.ws` packages.

---

Proudly provided by [Zileo.net](https://zileo.net)