Hi,

I need an appender that writes to a stringstream. I want to be able to
access the complete log after my CGI application is finished. How can
I do this?

I guess I could use a FileAppender and write to a temporary file and
after my CGI application finishes read the log from the file. But, I
prefer a stringstream solution.

Thank you,
Andrej

Reply via email to