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
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
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
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
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
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
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