| Constructor and Description |
|---|
SystemLogger() |
SystemLogger(boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content)
Send a message to the user in the debug level.
|
void |
error(CharSequence content)
Send a message to the user in the error level.
|
void |
info(CharSequence content)
Send a message to the user in the info level.
|
void |
warn(CharSequence content)
Send a message to the user in the warn level.
|
public SystemLogger()
public SystemLogger(boolean verbose)
public void debug(CharSequence content)
Loggerpublic void info(CharSequence content)
Loggerpublic void warn(CharSequence content)
Loggerpublic void error(CharSequence content)
LoggerCopyright © 2016. All Rights Reserved.