Re: LogFilePatternReceiver not found in package org.apache.log4j.varia

2008-05-30 Thread Curt Arnold
On May 30, 2008, at 11:59 AM, Shriver, Daniel wrote: I've finally found that the LogFilePatternReceiver is in a separate bundle ("receivers") that oddly has the same package structure as log4j. Unfortunately when I try to build it maven spits out an error saying: Missing: -- 1) log

RE: LogFilePatternReceiver not found in package org.apache.log4j.varia

2008-05-30 Thread Shriver, Daniel
I've finally found that the LogFilePatternReceiver is in a separate bundle ("receivers") that oddly has the same package structure as log4j. Unfortunately when I try to build it maven spits out an error saying: Missing: -- 1) log4j:apache-log4j-component:jar:1.0-SNAPSHOT 1) where d

Re: LogFilePatternReceiver not parsing the way one might expect

2006-09-08 Thread C. Benson Manica
On Thu, Sep 07, 2006 at 10:12:39PM -0700, Scott Deboy wrote: > Do you have control over the file format? I do... > Can you hard-code spaces to the left and right of the (possibly non-existent) > NDC? For example: ...and I can, so I will. It does solve the problem, so thank you. > DEBUG: [200

RE: LogFilePatternReceiver not parsing the way one might expect

2006-09-07 Thread Scott Deboy
Interesting... Do you have control over the file format? Can you hard-code spaces to the left and right of the (possibly non-existent) NDC? For example: DEBUG: [2006-09-07 13:48:03,155] package.foo( ) - message foo DEBUG: [2006-09-07 13:48:03,187] package.bar( ) - message bar DEBUG: [2006-09-

RE: LogFilePatternReceiver and the tailing option

2006-01-03 Thread Scott Deboy
I can't imagine ls having an effect on Chainsaw/LogFilePatternReceiver. This could be a 'refresh' problem in Chainsaw - try this: Do whatever you need to do to cause 'ls' to do its trick. Instead of using ls, just minimize Chainsaw and restore it. Do the events display correctly? If so, you m

RE: LogFilePatternReceiver

2005-08-29 Thread Scott Deboy
LogFilePatternReceiver relies on the ORO library - add it to your classpath and everything should work fine. Scott -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Rakesh Patel Sent: Monday, August 29, 2005 12:14 PM To: [email protected] Subject: LogFilePat