Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要能够实现用于 logback 的 DBAppender 以使用 Java 将事件日志写入 CouchDB。对于传统的关系数据库,这是通过扩展 DBAppenderBase 来完成的。有谁知道如何在 CouchDB 中使用 Java 做到这一点?谢谢!
您可以在 GitHub 上查看 MongoDB 的 Logback Appender 实现。