slf4j
Implement or replace commons logging
I use Spring which somehow relies on org.apache.commons.logging. I have got my own logger that already implements SLF4J and some proprietary protocol. So I\'m really keen to use my logger.[详细]
2023-03-31 00:51 分类:问答Exception thrown while using logback/slf4j
I am using slf4j 1.6.2 api jar (tried using 1.6.1 as well) - logback version is 0.9.29 (core & classic). I am using jdk1.6 on ubuntu.The exception I received is copied below.[详细]
2023-03-30 18:55 分类:问答Where go my logging files of my webapp on a linux Tomcat 7 installation?
I currently develop a simple web app using Eclipse and a local Tomcat 7 server. I configured Eclipse so I can start the Tomcat 7 right out of my IDE - not much magic here.[详细]
2023-03-30 12:34 分类:问答Configure logging for Jetty's maven plugin?
I\'m invoking the \"jetty:run\" goal with the following plugin configuration: <plugin> <groupId>org.mortbay.jetty</groupId>[详细]
2023-03-30 10:38 分类:问答SLF4J best practices
I\'m writing a library and I use sfl4j to handle logging. I think it\'s good idea as long as every body can provide it\'s own implementation and then, the log provided by my application will be handl[详细]
2023-03-28 19:47 分类:问答Are there any log4j or slf4j Appender frameworks that provide additional appenders
While the core log4j and slf4j libraries come with a lot of good stuff, and i could build my own, but i was wondering if there are any libraries that ship with interesting appenders.[详细]
2023-03-28 09:25 分类:问答Redirect slf4j to string
How can I configure slf4j to redirect all logged information to a Java string? This is sometimes useful in unit tests, e.g. to test no war开发者_如何学运维nings are printed when loading a servlet, or[详细]
2023-03-28 08:53 分类:问答SLF4J log4j NoSuchMethodError on Category
I\'m using SLF4J + LogBack to handle my logging, and have the appropriate jars to route the other logging framework calls. However I\'ve run across the issue noted here:[详细]
2023-03-27 16:28 分类:问答How to use SLF4J to log to two different files based on type of msg..?
i am running a client server program in spring. i am trying to implement SLF4J + Logback for logging. Now the thing is my client (which in real life would be a device/sensor) will send me data in str[详细]
2023-03-27 04:58 分类:问答log4j: Doesn't reflect settings in log4j.properties
I have an Java-SE app with log4j over slf4j. At some phase of development, it stopped logging DEBUG level, and I can\'t figure out why.[详细]
2023-03-26 01:05 分类:问答