Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qos-ch/logback-db
DBAppender for logback-classic
https://github.com/qos-ch/logback-db
Last synced: 9 days ago
JSON representation
DBAppender for logback-classic
- Host: GitHub
- URL: https://github.com/qos-ch/logback-db
- Owner: qos-ch
- License: other
- Created: 2022-04-14T10:37:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T07:40:56.000Z (7 months ago)
- Last Synced: 2024-05-09T09:02:33.696Z (6 months ago)
- Language: Java
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logback-db
As of version 1.2.8, logback no longer ships with `DBAppender`.
The logback-db project remedies this omission by providing `DBAppender` for `logback-classic` and `logback-access`.
More specifically, the `logback-classic-db` module contains `DBAppender` for `logback-classic` wheread the `logback-acess-db` module contains `DBAppender` for `logback-access`. Both modules require `logback-code-db` module as a prerequisite.
Here are the Maven coordiates for the aforementioned components:
`ch.qos.logback.db:logback-core-db:VERSION`
`ch.qos.logback.db:logback-classic-db:VERSION`
`ch.qos.logback.db:logback-access-db:VERSION`
As of 2022-04-20, *1.2.11.1* was the latest release version.See also https://logback.qos.ch/news.html for the latest available release version.