RE: Extending LoggingEvent

2004-05-10 Thread Shuvalov, Andrew V
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

Re: Extending LoggingEvent

2004-05-08 Thread Michaël CATANZARITI
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

Extending LoggingEvent

2004-05-07 Thread Shuvalov, Andrew V
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