public interface Logger
| Modifier and Type | Method and Description |
|---|---|
void |
logMessage(String message)
Sends the supplied message to the log area.
|
void |
statusMessage(String message)
Sends the supplied message to the status line.
|
void logMessage(String message)
message - the log messagevoid statusMessage(String message)
message - the status message.Copyright © 2016 University of Waikato, Hamilton, NZ. All Rights Reserved.