Under Tomcat, there appear to be only three types of loggers available:

1.  FileLogger - which writes to a new file each day.
2.  SystemOutLogger - which logs to system out
3.  SystemErrLogger - which logs to system error

Further in the case of "valves" for web logs, it appears that the only
option is getting a new file each day.


We have clients whose standards dictate a "rolling  file appender"
similar to what you can get from log4j.     Therefore, we use log4j for
our own logging; however, this still leaves all of the logging that
Tomcat does directly.  Is there anyway to plug-in a rolling file
appender?  I have tried extending LoggerBase myself, but it appears not
to be public access.

Cynthia Jeness


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to