Hi all,
does anyone know where I can get example code for a file/log manager class
for a servlet which provides the following:

1. runs in its own thread and uses the lowest possible priority to write to
the file(s)

2. writes messages to files

3.have the ability to buffered messages to multiple files and if the buffer
reaches a predefined high water mark, the thread priority of the log manager
is set to the highest possible level until the messages are written to the
file.

I have a basic log manager that my WAS Servlets use but I cannot find
example code that shows me how to add my wish list!

Best Regards

Marc

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to