mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Add debug option to prevent console spam
This commit is contained in:
parent
49dc3bbe60
commit
d0347c537d
8 changed files with 159 additions and 148 deletions
|
@ -61,4 +61,11 @@ public interface Logger {
|
|||
* @param message the message to log
|
||||
*/
|
||||
void debug(String message);
|
||||
|
||||
/**
|
||||
* Sets if the logger should print debug messages
|
||||
*
|
||||
* @param debug if the logger should print debug messages
|
||||
*/
|
||||
void setDebug(boolean debug);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue