Package dev.arbjerg.lavalink.internal
Class LoggingKt
-
- All Implemented Interfaces:
public final class LoggingKt
-
-
Method Summary
Modifier and Type Method Description final static Unit
warnOrTrace(Logger $self, String message, Throwable t)
Log a trace message to the console. -
-
Method Detail
-
warnOrTrace
final static Unit warnOrTrace(Logger $self, String message, Throwable t)
Log a trace message to the console. If Logger.isTraceEnabled returns false, it will log message as warning instead.
-
-
-
-