A HeaderPrintWriter is like a PrintWriter with support for
including a header in the output. It is expected users
will use HeaderPrintWriters to prepend headings to trace
and log messages.
getPrintWriter() Gets a PrintWriter object for writing to this HeaderPrintWriter.
Users may use the HeaderPrintWriter to access methods not included
in this interface or to invoke methods or constructors which require
a PrintWriter.
Gets a PrintWriter object for writing to this HeaderPrintWriter.
Users may use the HeaderPrintWriter to access methods not included
in this interface or to invoke methods or constructors which require
a PrintWriter.
Interleaving calls to a printWriter and its associated HeaderPrintWriter
is not supported.