How to configure slf4j-simple
api 1.7 and slf4j-simple as implementation. I just can’t find how to configure the logging level with this combination. Can anyone help out? … Read more
api 1.7 and slf4j-simple as implementation. I just can’t find how to configure the logging level with this combination. Can anyone help out? … Read more
I am trying to use SLF4J (with log4j binding) for the first time. I would like to configure 3 different named Loggers that … Read more
I’m getting the following error. It seems there are multiple logging frameworks bound to slf4j. Not sure how to resolve this. Any help … Read more
What is the correct approach to log both a populated message and a stack trace of the exception? logger.error( “\ncontext info one two … Read more
For the first time in my life I find myself in a position where I’m writing a Java API that will be open … Read more
My application is to be deployed on both tcServer and WebSphere 6.1. This application uses ehCache and so requires slf4j as a dependency. … Read more
I had the same issue with WebSphere 6.1. As Ceki pointed out, there were tons of jars that WebSphere was using and one … Read more
Use this if your code or some libraries you are using uses Log4j directly, but you want to use a different SLF4J binding than … Read more
ClassNotFoundException: org.slf4j.LoggerFactory