Top "Apache-commons-logging" questions

Apache Commons Logging is a logging facade for the Java programming language.

Java Logging: show the source line number of the caller (not the logging helper method)

The numerous (sigh...) logging frameworks for Java all do a nice job of showing the line number of the source …

java logging log4j apache-commons-logging
How to exclude commons logging dependency of spring with ivy?

I have a project build with ant using ivy for dependency management. I have no ivysetting file, but an ivy.…

dependencies slf4j ivy apache-commons-logging
Spring Maven project commons-logging LogFactory NoClassDefFoundError

I have a Maven project that uses Spring to run a json web service. The project runs fine in NetBeans. …

java spring maven apache-commons-logging
Redirect System.out.println to Log4J, while keeping class name information

I have some libraries that are calling System.out.println on me, I'd like to redirect them through log4j …

java log4j slf4j apache-commons-logging
How to make logging.properties and commons-logging.properties property files working?

I have two property files in my default package (I'm using NetBeans): commons-logging.properties with property: org.apache.commons.logging.…

java java.util.logging apache-commons-logging
Log4JLogger does not implement Log when deploying on websphere 8.5.01

I am facing this problem when trying to deploy an EAR file to websphere 8.5.0.1. The EAR only contains on its …

java log4j websphere websphere-8 apache-commons-logging
What is the issue with the runtime discovery algorithm of Apache Commons Logging

Dave Syer (SpringSource) writes in his blog: Unfortunately, the worst thing about commons-logging, and what has made it unpopular with …

java spring logging apache-commons-logging
Websphere 8.5: Class org.apache.commons.logging.impl.Jdk14Logger does not implement Log

I developed an JSF-App with ICEFaces 3.0.1. With Tomcat and Glassfish, the App works fine. Now I wanted to test it …

jsf-2 websphere apache-commons-logging icefaces-3 websphere-8
Websphere Application Debug logging

I am trying to get my web application deployed on Websphere 6.1 to display debug level logs. Originally I was using …

java logging log4j websphere-6.1 apache-commons-logging
Spring logs not written in log4j2

I am new to spring and log4j.I am trying a sample Hello World project with spring framework and …

java spring log4j log4j2 apache-commons-logging