Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dropwizard/logback-throttling-appender

Throttling (async) appender for Logback
https://github.com/dropwizard/logback-throttling-appender

java logback logback-appender logging

Last synced: about 2 months ago
JSON representation

Throttling (async) appender for Logback

Awesome Lists containing this project

README

        

# Throttling Appender for Logback

[![Build](https://github.com/dropwizard/logback-throttling-appender/actions/workflows/build.yml/badge.svg)](https://github.com/dropwizard/logback-throttling-appender/actions/workflows/build.yml)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=dropwizard_logback-throttling-appender&metric=alert_status)](https://sonarcloud.io/dashboard?id=dropwizard_logback-throttling-appender)
[![Maven Central](https://img.shields.io/maven-central/v/io.dropwizard.logback/logback-throttling-appender.svg)](http://mvnrepository.com/artifact/io.dropwizard.logback/logback-throttling-appender)

A throttling appender for the [Logback] logging framework.

[Logback]: https://logback.qos.ch/

## Usage

*TODO*

## Build

./mvnw package

## Release

./mvnw release:prepare release:perform

## Maven Artifacts

This project is available on Maven Central. To add it to your project simply add the following dependencies to your
`pom.xml`:


io.dropwizard.logback
logback-throttling-appender
1.1.0

# Support

Please file bug reports and feature requests in [GitHub issues](https://github.com/dropwizard/logback-throttling-appender/issues).

# License

Copyright (c) 2018-2021 Dropwizard Maintainers

This library is licensed under the Apache License, Version 2.0.

See http://www.apache.org/licenses/LICENSE-2.0.html or the LICENSE file in this repository for the full license text.