logback
How to sandbox SLF4J
I have a an application (extension) running inside a Smartfox server. Most of you won\'t know Smartfox, but the setup is like Tomcat. i.e. the extension has its own classloader which loads classes fro[详细]
2023-04-11 17:04 分类:问答Logback reliability
Log4j is not reliable as per the following 开发者_开发百科faq: http://logging.apache.org/log4j/1.2/faq.html#a1.2[详细]
2023-04-11 13:35 分类:问答Logback in java EAR applications
What is the best way to bundle logback in an ear application. The application encaspulates web applications (war files) and ejb modules?[详细]
2023-04-10 21:06 分类:问答Logback dbAppender Custom SQL
Is there a way to change the tables that logback writes its data to using the dbAppender, It has three default tables that must be created before using dbAppender, but I want to customise it to write[详细]
2023-04-10 15:07 分类:问答How to write event logs into xml files with SLF4J or Logback?
I want to create a customized log viewer and I need to integrate log files generated in .Ne开发者_运维知识库t and Java platforms. First of All I want to know if I could write log events into a well-fo[详细]
2023-04-09 18:42 分类:问答logback socketappender not working from webapp
I use logback in my maven project and send logs using socketappender. However, the socketappender works only when i run a junit test but when I run my project from tomcat (open a web page) only consol[详细]
2023-04-08 15:03 分类:问答LOGBACK: No context given for ch.qos.logback.classic.gaffer.ConfigurationDelegate@
I get the above message on the console at the start of program execution, and am unclear how to resolve it. For information, the program is written in Scala, uses the grizzled-slf4j adapter over slf4j[详细]
2023-04-05 18:31 分类:问答How to suppress logging of some requests in logback-access?
I\'m using logback-a开发者_如何学运维ccess with Jetty. It\'s working fine, except that http requests for images (*.jpg, *.gif) are getting logged. Most app servers suppress these log records because t[详细]
2023-04-05 02:02 分类:问答How do I add multiple appenders to my Custom Appender using groovy config?
I am converting my logback.xml file to groovy and am posed with this challenge of adding appenders to my custom appender![详细]
2023-04-02 02:04 分类:问答SimpleSocketServer
I am using logback\'s SimpleSocketServer class as a daemon to log events. If one process is logging to the the daemon(SimpleSocketServer) al开发者_Python百科l is fine, however if two processes begin t[详细]
2023-04-01 06:26 分类:问答