Package sawfowl.regionguard.utils
Class Logger
java.lang.Object
sawfowl.regionguard.utils.Logger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
debug
(net.kyori.adventure.text.Component component) void
void
debug
(sawfowl.localeapi.api.Text text) void
void
void
void
void
error
(net.kyori.adventure.text.Component component) void
void
error
(sawfowl.localeapi.api.Text text) void
void
void
void
void
info
(net.kyori.adventure.text.Component component) void
void
info
(sawfowl.localeapi.api.Text text) void
void
void
void
void
warn
(net.kyori.adventure.text.Component component) void
void
warn
(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
-