Re: Chainsaw 2 filtering wishes...

2003-07-30 Thread Max Rydahl Andersen
2. Any way to show elapsed time between visible rows - instead of just the event time ? That's probably a performance killer at this stage. We could probably easily allow you to Select two rows, and provide either a status bar and/or popup option to display the time difference, but doing

Re: Chainsaw 2 filtering wishes...

2003-07-30 Thread Max Rydahl Andersen
2. Any way to show elapsed time between visible rows - instead of just the event time ? That's probably a performance killer at this stage. We could probably easily allow you to Select two rows, and provide either a status bar and/or popup option to display the time difference, but

Chainsaw 2 filtering problems...

2003-07-29 Thread Max Rydahl Andersen
Hi! First: I like the new Chainsaw 2 ;) Second: The filtering mechanism should work with regular expression if ORO is installed and if not fallback to case-insensitive indexof filtering, right ? Why is it then that enterin '.' (a dot - whichi should match everything) filters out ALL lines ?

Re: Chainsaw 2 filtering problems...

2003-07-29 Thread Max Rydahl Andersen
) On Tue, 2003-07-29 at 16:39, Max Rydahl Andersen wrote: Hi! First: I like the new Chainsaw 2 ;) Second: The filtering mechanism should work with regular expression if ORO is installed and if not fallback to case-insensitive indexof filtering, right ? Why is it then that enterin '.' (a dot

Re: Chainsaw 2 filtering problems...

2003-07-29 Thread Max Rydahl Andersen
check what the tooltip is when you mouse over the search string text box, let us know what it says. cheers, Paul Smith On Tue, 2003-07-29 at 17:12, Max Rydahl Andersen wrote: I actually also meant '.*' .- and it ain't make any difference - everything is still just filtered away. .*e.* does

Re: Chainsaw 2 filtering wishes...

2003-07-29 Thread Max Rydahl Andersen
Know it works I got some wishes/ideas ;) 1. Let me select wether I want to use regular expression or case insensitive matching (actually, enabling caseinsensitve regular expression would be a nice option) 2. Any way to show elapsed time between visible rows - instead of just the event time ?

Re: How to redirect System.err and System.out to log4j?

2003-03-17 Thread Max Rydahl Andersen
And what happens if log4j fails to log something to the logger ? Will the suggested solution avoid going into an infinite loop when log4j tries to log the error to System.err ? /max - Original Message - From: Cakalic, James [EMAIL PROTECTED] To: Log4J Users List [EMAIL PROTECTED] Sent:

Re: How to redirect System.err and System.out to log4j?

2003-03-17 Thread Max Rydahl Andersen
to check if it would be failsafeinfinite loops and disktrashing is not well-seen in production environments :) /max HTH |-Original Message- |From: Max Rydahl Andersen [mailto:[EMAIL PROTECTED] |Sent: Monday, March 17, 2003 10:16 AM |To: Log4J Users List

Re: [ANNOUNCEMENT] The complete log4j manual

2003-02-07 Thread Max Rydahl Andersen
I would very much like to buy this manual but the publisher does not take any online payment methods from Europe - they require faxing a copy of the card etc. etc. Is there any other bookstore where it can be bought without so much footwork ? ;) /max - Original Message - From: Ceki Gülcü

Re: Users and / or IP addresses.

2002-08-26 Thread Max Rydahl Andersen
You could use NDC or MDC for this instead of the message text. I even think someone has extended SocketServer to put this in automatically! /max - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 26, 2002 10:40 AM Subject: Users and / or IP

The definitive guide for directing System.out/err ?

2002-07-24 Thread Max Rydahl Andersen
Hi, Looking in the archives i found a handfull of threads discussing the possibility of letting println's (etc.) going to System.out/err being sent to a log4j catagory instead. Anyone that have gathered a complete an definitive guide for how to do this safely and without running into infinte

jmx...

2002-04-17 Thread Max Rydahl Andersen
Hi! I have searched for some info on practical usage of the JMX support in log4j 1.2x, but with no luck.anyone up with a short intro/description ? With hope, Max -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Enhancment to %c conversionpattern ?

2002-02-20 Thread Max Rydahl Andersen
Hello log4j-user, I know that with a category name a.b.c the pattern %c{2} will output b.c. (e.g. output the last 2 levels of the categories) This is all great but is there a way to state that i want everything below a certain category level ? e.g. I got many categories and they all start with