I want to create another file log.

I create in log4j this

log4j.appender.medigs = org.apache.log4j.FileAppender
log4j.appender.medigs.file =
${webappRoot}/WEB-INF/log/new.log
log4j.appender.medigs.layout =
org.apache.log4j.PatternLayout
log4j.appender.medigs.layout.conversionPattern = %d
[%t] %-5p %c - %m%n
log4j.appender.medigs.append = false

But, what is the next step???

How configure this line to work with my new log file?
private static final JetspeedLogger logger =
JetspeedLogFactoryService.getLogger(TurbineAuthentication.class.getName());


___________________________________________________
Yahoo! Messenger - Nueva versión GRATIS
Super Webcam, voz, caritas animadas, y más...
http://messenger.yahoo.es

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

Reply via email to