Hi 

I have used Log4j Logging for my Project using APACHE FOP 1.0.

But the sideaffect of the following appears to be that default logging Level 
of FOP seems to be over-ridden.

Is there a way that i can avoid overriding the APACHE logging behaviour.

I have used Log4j.properties file in my CLASSPATH.

Log4j.properties
====================================
log4j.rootCategory=DEBUG, CA
log4j.appender.CA=org.apache.log4j.ConsoleAppender
log4j.appender.CA.ImmediateFlush=true
log4j.appender.CA.layout=org.apache.log4j.PatternLayout
log4j.appender.CA.layout.ConversionPattern=%-5p: %m%n
====================================


Thanks in Advance.




---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to