logback
What project directory should logback.xml be in SBT/Scala project?
I have an SBT/Scala project and logback seems to work, but totally ignores my logback.xml config file.I have placed at src/main/scala/logback.xml. It doesn\'t do anything.[详细]
2023-02-15 17:39 分类:问答java logback: can i attach a custom function whenever a new log is written
I have a red5 application using java language and I use logback for l开发者_JAVA技巧ogging. whenever a log is written using logback i want to send it to the message to the user. is there a way to som[详细]
2023-02-12 00:06 分类:问答logback custom log level handling
I want to extend log开发者_如何学JAVAback to send logs with ERROR log levels to our internal logging service (with http post and some custom parameters).[详细]
2023-02-09 21:32 分类:问答How to get Janino to work with logback (method named "contains" is not declared)
I\'m trying to use an evaluator in logback. Therefor I have this snippet in my logback.xml <evaluator name=\"IS_INTERESTING\">[详细]
2023-02-07 15:12 分类:问答Why my SiftingAppender stop working when I used a RollingFileAppender?
In my logback config file, I have the following appender that work : <appender name=\"thread_SIFT\" class=\"ch.qos.logback.classic.sift.SiftingAppender\">[详细]
2023-02-05 05:43 分类:问答DBAppender - how to change default table names?
Is it possible to change the default table names for DBAppender in Logback and how can I do it ? P.S. Browsing the sources I found that DBAppender uses the DBNameResolver interface for getting table[详细]
2023-02-04 13:26 分类:问答Mask Passwords with Logback?
We currently generically log all XML documents coming in and going out of our system, and some of them contain passwords in the clear. We would like to be able to configure the logback logg开发者_运维[详细]
2023-02-02 22:11 分类:问答Any reason for a new project to use log4j instead of Logback? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-28 02:04 分类:问答Best practices for using Markers in SLF4J/Logback
We are using SLF4J+Logback combination at our project for a while now and are quite happy with it, but our logging strategy is fairly simple, using straightforward class based 开发者_运维百科loggers a[详细]
2023-01-25 00:02 分类:问答How can I configure Spring Roo to replace Log4j with SLf4J and Logback as the default logging libraries?
How can I configure Spring Roo to replace Log4j 开发者_JAVA技巧with SLF4J and Logback as the default logging libraries?This JIRA issue would seem to suggest that this is not yet possible.[详细]
2023-01-23 11:11 分类:问答