# logback-db **Repository Path**: mirrors_qos-ch/logback-db ## Basic Information - **Project Name**: logback-db - **Description**: DBAppender for logback-classic - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-15 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.