I plan to extend PatternLayout to accept new pattern specifiers (e.g. %s) as described in
http://www.qos.ch/logging/PatternLayout.html

You are welcome to beat me to it.

At 15:47 18.02.2003 +0100, you wrote:
Hi,
I'm managing to add a new pattern layout (%s) in order to add a severity number associated to the level of the message.
For instance, when a logging message of level INFO is appended, I would like the severity set to 4, when a logging message of level FATAL
is appended, I want a number 1 for severity.
Which Log4J classes should I extend to accomplish that ?
Any sample would be appreciated

Thanks for your help
--
Ceki

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to