This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Common logging config


Tony,

To configure common-logging to use JDK logger. Create a file named "commons-loggin.properties" with the following:

org.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger

In a webapp this would go into WEB-INF/classes directory.
I'm not sure where to put it for the routing engine.

Richard


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]