Re: I don't like the word "FATAL"

2007-04-04 Thread Eric . Wolf
There are messages I want to print all the time, such as entry/exit into main(), regardless what threshold the user has set. I've been doing this with logger.fatal(). Unfortunately, this prints "FATAL" in your simple message, which alarms the *hell* out of customers. Even though the message

Re: I don't like the word "FATAL"

2007-04-04 Thread Curt Arnold
On Apr 4, 2007, at 11:17 AM, Bret Schuhmacher wrote: There are messages I want to print all the time, such as entry/exit into main(), regardless what threshold the user has set. I've been doing this with logger.fatal(). Unfortunately, this prints "FATAL" in your simple message, which alarms

Re: I don't like the word "FATAL"

2007-04-04 Thread James Stauffer
It it works in your situation I would use a different logger. On 4/4/07, Bret Schuhmacher <[EMAIL PROTECTED]> wrote: There are messages I want to print all the time, such as entry/exit into main(), regardless what threshold the user has set. I've been doing this with logger.fatal(). Unfortunat

RE : I don't like the word "FATAL"

2007-04-04 Thread Ionel GARDAIS
Hi, You could create your own level with the same priority than Level.FATAL Ionel --- Bret Schuhmacher <[EMAIL PROTECTED]> a écrit : > There are messages I want to print all the time, > such as entry/exit into > main(), regardless what threshold the user has set. > I've been doing > this with

I don't like the word "FATAL"

2007-04-04 Thread Bret Schuhmacher
There are messages I want to print all the time, such as entry/exit into main(), regardless what threshold the user has set. I've been doing this with logger.fatal(). Unfortunately, this prints "FATAL" in your simple message, which alarms the *hell* out of customers. Even though the message says

Re: Viewing plain text log4j log files (was: Vigilog listing as "Third-party extension"?)

2007-04-04 Thread Jacob Kjome
Quoting Wim Deblauwe <[EMAIL PROTECTED]>: > I have added support for opening plain text files in Vigilog. See > http://www.jroller.com/page/Fester?entry=vigilog_now_supporting_non_xml for > more info. > I downloaded the 1.3-SNAPSHOT from... http://www.jroller.com/resources/f/Fester/vigilog-1.3-SN

Viewing plain text log4j log files (was: Vigilog listing as "Third-party extension"?)

2007-04-04 Thread Wim Deblauwe
I have added support for opening plain text files in Vigilog. See http://www.jroller.com/page/Fester?entry=vigilog_now_supporting_non_xml for more info. My solution avoids that you need to convert your patternlayout string and it also accepts plain text files by drag and drop (does not seem to wo