Yes, it most certainly can. It seems to be a common misconception what the logging implementation cannot be predictably configured. Just put a commons-logging.properties file in your class path with the following line in it:
org.apache.commons.logging.Log=org.apache.commons.logging.impl.Log4JLogger That will choose log4j for you. Paul Libbrecht wrote: > Ah, that's more clear. > But again, it cannot be predictable and pluggeable, or? > paul > > > Le 21-avr.-09 à 22:27, Dennis Lundberg a écrit : > >> Sorry, I wasn't being clear. I was not talking about configuring the >> *level* of logging, but rather the logging implementation being used. > -- Dennis Lundberg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org