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