;
>
>
>
>
>value="[%d{ISO8601}] %-5p %c %m %n" />
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Jacob Kjome [mailto:[EMAIL PROTECTED]
> Gesendet: Freita
?
-Ursprüngliche Nachricht-
Von: Jacob Kjome [mailto:[EMAIL PROTECTED]
Gesendet: Freitag, 8. Dezember 2006 17:39
An: Log4J Developers List
Betreff: Re: Problem while logging different levels in different log files
Search the list for recent
Search the list for recent discussions about using filters. BTW, you'll need to
change to an XML config format to use filters.
Not specifically applicable to this situation, at times you can use additivity
if you want to control which loggers/levels log to particular appenders at the
logger leve
Hi,
I need to log different levels of log in different log files
exclusively. I am using the following log4j.properties:
# Set root logger level to DEBUG and its only appender to A1.
log4j.rootLogger=INFO,A1,A2
# A1 is set to trace.log.
log4j.appender.A1=org.apache.log4j.RollingFileAppen