RE: How to set different levels per appender

2006-06-27 Thread Joshua.P.Williams
Yes.. :-) I've switched to using an XML config file with a LevelRangeFilter, and it seems to work fine this way.. -Original Message- From: Javier Gonzalez [mailto:[E

Re: Compiling NTEventlog.cpp

2006-06-27 Thread venkatlakshmi
Dear Curt, I used the 1.2.8 version of log4j and retrieved the NTEventLogAppender.dll. This has solved the problem. Thanks a lot for your suggestion. --- Curt Arnold <[EMAIL PROTECTED]> wrote: > > On Jun 26, 2006, at 12:58 PM, venkatlakshmi wrote: > > > I tried compiling the NTEventLog.cpp

Re: How to set different levels per appender

2006-06-27 Thread Javier Gonzalez
On 6/26/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: This didn't seem to work... It generates a warning WARN - No such property [threshold] in org.apache.log4j.RollingFileAppender. Dumb question, but has to be asked: did you use a capital T? ("Threshold", not "threshold"). -- Javier Gonzá

AW: Strange Chainsaw

2006-06-27 Thread Ingo Meyer
Yes, it helps... thanks very much, now i can go on debugging :-) Greets Ingo Meyer > -Ursprüngliche Nachricht- > Von: Scott Deboy [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 27. Juni 2006 14:48 > An: Log4J Users List > Betreff: RE: Strange Chainsaw > > Chainsaw remembers which col

RE: Strange Chainsaw

2006-06-27 Thread Scott Deboy
Chainsaw remembers which columns you have displayed and the column order. The settings are saved in $user.home/.chainsaw. It sounds like there was a problem saving the tab-specific settings. If you delete the tab-specific settings files, the columns should reappear. Go into $user.home/.chains

Strange Chainsaw

2006-06-27 Thread Ingo Meyer
Hi guys, I have a strange problem with chainsaw which stops my company work! Suddenly the output i receive over a SimpleReceiver just contains two columns: hostname- with always my hostname log4j.remoteSourceInfo - with just my full qualified hostname and port 2417 I ne

Re: Force a TimeZone (TimeZoneID parameter) with TTCCLayout fails...

2006-06-27 Thread sylvain richet
Hi Curt, OK : TimeZone property is declared in org.apache.log4j.helpers.DateFormat. But it is efficient with following declaration : log4j.appender.CONSOLE.layout.TimeZone=GMT-8:00 ( and not : log4j.appender.CONSOLE.layout.DateFormat.TimeZone=GMT-8:00) It works perfectly. Thanks a lot for inspi