public interface Logger
| 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 string)
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 string)
Send a message to the user in the warn level.
|
void debug(java.lang.CharSequence content)
content - void info(java.lang.CharSequence content)
content - void warn(java.lang.CharSequence string)
string - void error(java.lang.CharSequence string)
string - Copyright © 2023. All Rights Reserved.