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)
Logger
public void info(CharSequence content)
Logger
public void warn(CharSequence content)
Logger
public void error(CharSequence content)
Logger
Copyright © 2017. All rights reserved.