Output to NOSQL
yxliang01 opened this issue · 1 comments
yxliang01 commented
Hello there,
Is there any plan to implement output to NOSQL DBs?
Thanks!
jacek99 commented
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.