This class provides logging messages to underlying output stream. There are
can be several JPDALogWriter objects writing to the same underlying stream
with different prefixes.
Constructs an instance of the class for given output stream.
Parameters: outputStream - stream for output Parameters: prefix - prefix for messages or null Parameters: enablePrint - flag for enabling print to log
Constructs an instance of the class for given output stream.
Parameters: outputStream - stream for output Parameters: prefix - prefix for messages or null
Constructs an instance of the class to log to the same output stream.
Parameters: logWriter - log writer containing stream for output Parameters: prefix - prefix for messages or null
Prints exception information with explaining message.
Parameters: message - explaining message to be printed Parameters: throwable - exception to be printed