Package com.pixelmed.utils
Class PrintStreamMessageLogger
java.lang.Object
com.pixelmed.utils.PrintStreamMessageLogger
- All Implemented Interfaces:
MessageLogger
A class to write log and status messages to a PrintStream such as System.err.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
printStream
-
-
Constructor Details
-
PrintStreamMessageLogger
-
-
Method Details
-
send
Description copied from interface:MessageLoggerAppend the supplied text to the log.
- Specified by:
sendin interfaceMessageLogger- Parameters:
message- the (possibly multi-line) text to append to the log
-
sendLn
Description copied from interface:MessageLoggerAppend the supplied text to the log, followed by a new line.
- Specified by:
sendLnin interfaceMessageLogger- Parameters:
message- the (possibly multi-line) text to append to the log
-