Re: How to filter on logger name.

2007-08-01 Thread Curt Arnold
On Aug 1, 2007, at 5:16 PM, Walter Holladay wrote: Hi, I work on a large project that has lots of logging information being written to the log file. I want to narrow what logging data I see to only those messages logged by my team mates. The way I would like to do this is by having a fil

Re: How to filter on logger name.

2007-08-01 Thread James Stauffer
Sending logs from only certain loggers to an appender is one of the most common ways to use log4j. On 8/1/07, Walter Holladay <[EMAIL PROTECTED]> wrote: > Hi, > > I work on a large project that has lots of logging information being written > to the log file. I want to narrow what logging data I se

Re: Looking for high speed binary appender?

2007-08-01 Thread Paul Smith
On 02/08/2007, at 9:23 AM, Paul Duffy wrote: Folks, My team is looking at log4j as a next generation logging option, but we have a specific customer need to do high volume logging which a text based system may not support. Is anyone aware of a high speed binary logging capability that b

Re: Looking for high speed binary appender?

2007-08-01 Thread James Stauffer
What is your destination? Files, database, JMS queue? Do you have any idea how much logging you will be doing? On 8/1/07, Paul Duffy <[EMAIL PROTECTED]> wrote: > Folks, > > My team is looking at log4j as a next generation logging option, but we > have a specific customer need to do high volume l

Looking for high speed binary appender?

2007-08-01 Thread Paul Duffy
Folks, My team is looking at log4j as a next generation logging option, but we have a specific customer need to do high volume logging which a text based system may not support. Is anyone aware of a high speed binary logging capability that builds upon the log4j infrastructure (or otherwise?

Re: How to filter on logger name.

2007-08-01 Thread ben short
Hi, I have setup the same kind of thing at work but don't have access to the files at the moment. >From memory the following will log all error and above messages to root.log. And all messages from the org.springframework and com.another.package packages go to spring.log. log4j.rootLogger=ERROR,

How to filter on logger name.

2007-08-01 Thread Walter Holladay
Hi, I work on a large project that has lots of logging information being written to the log file. I want to narrow what logging data I see to only those messages logged by my team mates. The way I would like to do this is by having a filter that will only pass through messages logged from a given

JTextArea Appender

2007-08-01 Thread Modha Khammammettu
Hi All Can you please tell me where I can download JTextareaAppender. I have a swing application and I want my logging to be shown in text area. I read in some places about the JTextareaAppender and did not find a download location. Please let me know. Thanks Modha/- ---