Re: logging from a filter

2010-08-20 Thread David Goodenough
On Friday 20 August 2010, Rainer Jung wrote: > On 20.08.2010 11:43, David Goodenough wrote: > > How do I write log entries from a Filter. In a servlet there is a log > > method but as a filter only implements Filter that is obviously not an > > option. > > The init() of the filter is called with

Re: logging from a filter

2010-08-20 Thread Rainer Jung
On 20.08.2010 11:43, David Goodenough wrote: How do I write log entries from a Filter. In a servlet there is a log method but as a filter only implements Filter that is obviously not an option. The init() of the filter is called with a FilterConfig argument, from which you get a ServletContex

logging from a filter

2010-08-20 Thread David Goodenough
How do I write log entries from a Filter. In a servlet there is a log method but as a filter only implements Filter that is obviously not an option. David - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additio