Re: AW: Problem while logging different levels in different log files

2006-12-11 Thread Jacob Kjome
; > > > > >value="[%d{ISO8601}] %-5p %c %m %n" /> > > > > > > > > > > > > > > > > -----Ursprüngliche Nachricht----- > Von: Jacob Kjome [mailto:[EMAIL PROTECTED] > Gesendet: Freita

AW: Problem while logging different levels in different log files

2006-12-11 Thread Zadoo, Vishal \(Accenture\)
? -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

Re: Problem while logging different levels in different log files

2006-12-08 Thread Jacob Kjome
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

Problem while logging different levels in different log files

2006-12-08 Thread Zadoo, Vishal \(Accenture\)
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