Hi, I'm new to log4j so I need some help. I put the following code into a
log4j.properties file because I want to add a new appender that I created.

log4j.rootLogger=debug, joa
log4j.appender.joa=users.jakarta.projects.JOptionPaneAppender
log4j.appender.joa.layout=org.apache.log4j.PatternLayout

If I put this file in the class path will log4j automatically see this file
and add the appender to all logging events?

Thanks,
Geary

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to