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: 11 months ago
JSON representation
Throttling (async) appender for Logback
- Host: GitHub
- URL: https://github.com/dropwizard/logback-throttling-appender
- Owner: dropwizard
- License: apache-2.0
- Created: 2018-12-30T02:16:41.000Z (about 7 years ago)
- Default Branch: 1.3.x
- Last Pushed: 2024-05-28T01:11:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T11:18:36.312Z (almost 2 years ago)
- Topics: java, logback, logback-appender, logging
- Language: Java
- Homepage:
- Size: 344 KB
- Stars: 2
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Throttling Appender for Logback
[](https://github.com/dropwizard/logback-throttling-appender/actions/workflows/build.yml)
[](https://sonarcloud.io/dashboard?id=dropwizard_logback-throttling-appender)
[](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.