public interface Logger
Modifier and Type | Method and Description |
---|---|
void |
writeErr(String msg)
Writes an error message
|
void |
writeMsg(String msg)
Writes a status message
|
void |
writeWarn(String msg)
Writes a warning message
|
void writeErr(String msg)
msg
- the msg to be writtenvoid writeMsg(String msg)
msg
- the msg to be writtenvoid writeWarn(String msg)
msg
- the msg to be writtenCopyright © 2016. All rights reserved.