hen let
it be like that. It is very optional.
Andrew
-Original Message-
From: Michaël CATANZARITI [mailto:[EMAIL PROTECTED]
Sent: Saturday, May 08, 2004 9:43 AM
To: Log4CXX User
Subject: Re: Extending LoggingEvent
Hello Andrew,
I'm not sure to understand what you want to do.
If you want
Hello Andrew,
I'm not sure to understand what you want to do.
If you want to pass parameters to a logger, you can use logging macros, See:
http://logging.apache.org/log4cxx/manual/group__LoggingMacros.html
If you want to override the class LoggingEvent, you have to override the
class Logger in ord
Title: Extending LoggingEvent
Hi,
I'm trying to subclass the LoggingEvent to use it in my own macros, but apparently I don't have that much control over it. In particular, I have to supply the message in constructor, and after that it is read-only. Let me explain why do I need