Hello!

Could somebody please remind me how the logging factory works?

I'm trying to get XFire working in OSGi, and I need to wire up the
logging to figure out what's going on.

XFire does this:

 private final static Log logger =
LogFactory.getLog(XFireServlet.class);


Should that not be enough?

I put a log4j.properties file on my classpath. These are the contents:

log4j.logger=DEBUG, Console

log4j.appender.Console=org.apache.log4j.ConsoleAppender
log4j.appender.Console.layout=org.apache.log4j.PatternLayout
log4j.appender.Console.layout.ConversionPattern=%d %-5p [%t] %c{2} - %m%
n



Any suggestions would be most appreciated!




_______________________________________________
general mailing list
[EMAIL PROTECTED]
http://lists.ops4j.org/mailman/listinfo/general

Reply via email to