Package sawfowl.regionguard.utils
Class Logger
java.lang.Object
sawfowl.regionguard.utils.Logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoiddebug(net.kyori.adventure.text.Component component) voidvoiddebug(sawfowl.localeapi.api.Text text) voidvoidvoidvoidvoiderror(net.kyori.adventure.text.Component component) voidvoiderror(sawfowl.localeapi.api.Text text) voidvoidvoidvoidvoidinfo(net.kyori.adventure.text.Component component) voidvoidinfo(sawfowl.localeapi.api.Text text) voidvoidvoidvoidvoidwarn(net.kyori.adventure.text.Component component) voidvoidwarn(sawfowl.localeapi.api.Text text)
-
Constructor Details
-
Logger
public Logger()
-
-
Method Details
-
info
-
info
public void info(sawfowl.localeapi.api.Text text) -
info
-
info
-
info
-
info
public void info(net.kyori.adventure.text.Component component) -
info
-
warn
-
warn
public void warn(sawfowl.localeapi.api.Text text) -
warn
-
warn
-
warn
-
warn
public void warn(net.kyori.adventure.text.Component component) -
warn
-
error
-
error
public void error(sawfowl.localeapi.api.Text text) -
error
-
error
-
error
-
error
public void error(net.kyori.adventure.text.Component component) -
error
-
debug
-
debug
public void debug(sawfowl.localeapi.api.Text text) -
debug
-
debug
-
debug
-
debug
public void debug(net.kyori.adventure.text.Component component) -
debug
-