On Mar 13, 2009, at 7:44 AM, Naresh wrote:
> Hi Arul,
>
> you could use the LoggingFilter(PrintStream stream) constructor to
> create the filter.
> The stream might be set to your log file.
>
Same for the server side as well, although i think we could improve
things to pick in terms of registration to avoid registering an
instance.
In general when printing to a logging stream is it more preferable to
log the request or response in a StringBuffer then write the whole
string out to the logging stream?
Paul.