public interface Logger
| Modifier and Type | Method and Description |
|---|---|
void |
debug(CharSequence content)
Send a message to the user in the debug level.
|
void |
error(CharSequence string)
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 string)
Send a message to the user in the warn level.
|
void debug(CharSequence content)
content - void info(CharSequence content)
content - void warn(CharSequence string)
content - void error(CharSequence string)
content - Copyright © 2016. All Rights Reserved.