Allistair Crossley QAS.com> writes:
>
> I just cannot resolve this error with DailyRollingFileAppender - I've tried
reconfiguring the whole
> log4j setup but it keeps happening. The JVM or Tomcat has a lock on these
files and prevents Log4J renaming
> them in a Windows environment _most of the t
Hi,
I have a process that sends an xml request to an external server and
receives an xml response back. For purposes of debugging, I need to
capture the request and response in separate files but with similar
names so that I can pair them up easily.
Currently I am using James Stauffer's DateForm
Hi,
I'm trying to filter the log message and I can do it. But I what I would
like to do is, keep track of how many times the message was filtered, and
when a new message comes in, log how many times the previous message was
filtered and then the new message.
I tried using the a logger inside