Can I configure log4j to use /foo/2001-03.bar.log file format instead /foo/bar.log.2001-03?

2002-04-22 Thread Janusz Dalecki
Can I configure log4j to use /foo/2001-03.bar.log file format instead /foo/bar.log.2001-03? Janusz -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Building log4j

2002-04-09 Thread Janusz Dalecki
ginal Message- > From: Janusz Dalecki [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 09, 2002 5:14 PM > To: [EMAIL PROTECTED] > Subject: Building log4j > > > Is there any instruction how to build log4j using ant, taking into > account contributed java files. > Tha

Building log4j

2002-04-09 Thread Janusz Dalecki
Is there any instruction how to build log4j using ant, taking into account contributed java files. Thanks Janusz -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: RollingFileAppender and DailyRollingFileAppender

2002-04-09 Thread Janusz Dalecki
you please put these files in the log4j/contribs/KevinSteppe folder of the available releases? This seems to be coming up occasionally and it would be more convenient to just point people there. Thanks, Kevin Janusz Dalecki wrote: > Is there a way of having the mixture of both Rolli

RollingFileAppender and DailyRollingFileAppender

2002-03-27 Thread Janusz Dalecki
Is there a way of having the mixture of both RollingFileAppender and DailyRollingFileAppender options?. I have a requirement to log daily and delete old files weekly. Thanks, Janusz -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: MDC layout parameter

2002-03-27 Thread Janusz Dalecki
via the message text. Glad you got it to work! -Mark -Original Message----- From: Janusz Dalecki [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 6:57 PM To: Log4J Users List Subject: RE: MDC layout parameter Thanks Mark, This works fine. How can I filter them per MDC in say Lumberm

RE: MDC layout parameter

2002-03-26 Thread Janusz Dalecki
eds to be updated to include this new conversion pattern.] -Original Message- From: Janusz Dalecki [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 26, 2002 4:16 PM To: [EMAIL PROTECTED] Subject: MDC layout parameter Hi, I would like MDC to print my sub-system name (my sub-system is separa

MDC layout parameter

2002-03-26 Thread Janusz Dalecki
Hi, I would like MDC to print my sub-system name (my sub-system is separate app running under jvm). I am using log4j 1.2 beata. I am trying to use MDC because if I understand properly all children threads of the main thread will use the same context value, and that is exactly what I want. I can't

RE: partitioning log4j into sub-systems

2002-03-26 Thread Janusz Dalecki
names, but the NDC would track the subsystem in which they are being used. With the release of v1.2 you might want to take a look at using MDC insated of NDC. -Mark -Original Message----- From: Janusz Dalecki [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 7:21 PM To: [EMAIL PROTECTE

RE: partitioning log4j into sub-systems

2002-03-26 Thread Janusz Dalecki
ter the messages to different appenders based on the NDC value. The categories would still use their same logging names, but the NDC would track the subsystem in which they are being used. With the release of v1.2 you might want to take a look at using MDC insated of NDC. -Mark -----Original Mes

partitioning log4j into sub-systems

2002-03-25 Thread Janusz Dalecki
We have a very big system, with plenty of classes and sub-projects. I would like to configure log4j in such a way that categories are not particular classes (as it is now) but sub-systems (one class can belong to a few sub-systems) - is there any other way of doing that then introducing a property

Customizing NTEventLogAppender

2002-03-25 Thread Janusz Dalecki
Is there any documentation how NTEventLogAppender generates Category, Event ID, User and Computer? We are trying to customize NT Viewer to our needs (set the filter to see only required logs). Regards Janusz -- To unsubscribe, e-mail: For additional commands, e-mail:

configureAndWatch ?

2002-03-24 Thread Janusz Dalecki
I have found in the log4j doc that for long lived servers I can use configureAndWatch() function, but where is this function? Regards Janusz -- To unsubscribe, e-mail: For additional commands, e-mail:

log4j used with e-mail

2002-03-24 Thread Janusz Dalecki
The log4j says that the appender can be even e-mail - is there any example on this? Regards Janusz -- To unsubscribe, e-mail: For additional commands, e-mail:

PatternLayout

2002-03-21 Thread Janusz Dalecki
Where can I find detailed spec about Log4j - I need some information on how to use PatternLayout. Thanks -- To unsubscribe, e-mail: For additional commands, e-mail: