Hi,

I'd like to keep certain application logs as text files.  Things like
"search parameters used in a search form", or logs of "what users
logged in or out and when".

I'm wondering what's the simplest, most elegant, best performance way
to do this.  I was thinking about using Log4j for this, but it seems
like overkill.  Should I just create static PrintWriter(FileWriter), 
objects, and have my JSP pages and servlets write to those?  Will this 
serialize writes effectively?  Is there a better way??  Any ideas?
        
        thanks

        --G


-- 
Guillermo Payet
O C E A N   G R O U P 
email: [EMAIL PROTECTED]
http://www.oceangroup.com
http://www.localharvest.org

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to