jacek99/structlog4j

Output to NOSQL

yxliang01 opened this issue · 1 comments

Hello there,

Is there any plan to implement output to NOSQL DBs?

Thanks!

We just log to SLF4J. So whatever SLF4J implementation you are using (Logback, Log4J, etc) you can use whatever appenders they provide.

structlog4j is not a replacement for these frameworks. It just logs to them in structured format via the common SLF4J API.