Package com.pixelmed.utils
Interface MessageLogger
- All Known Implementing Classes:
DialogMessageLogger
,PrintStreamMessageLogger
public interface MessageLogger
An interface to communicate log and status messages.
Both methods must be implemented.
-
Method Summary
-
Method Details
-
send
Append the supplied text to the log.
- Parameters:
message
- the (possibly multi-line) text to append to the log
-
sendLn
Append the supplied text to the log, followed by a new line.
- Parameters:
message
- the (possibly multi-line) text to append to the log
-