public class LogManager
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
void
void
boolean
protected void
log(Level level,
@Nullable net.kyori.adventure.text.format.NamedTextColor color,
String message)
void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
STRIP_COLOR_PATTERN
protected static final Pattern STRIP_COLOR_PATTERN
-
Constructor Details
-
LogManager
public LogManager()
-
Method Details
-
log
protected void log(Level level,
@Nullable
@Nullable net.kyori.adventure.text.format.NamedTextColor color,
String message)
-
info
public void info(String message)
-
warn
public void warn(String message)
-
severe
public void severe(String message)
-
debug
public void debug(String message)
-
isDebug
public boolean isDebug()