public class LoggersKt
| Modifier and Type | Method and Description |
|---|---|
static void |
debug(mu.KLogger $receiver,
java.lang.Throwable throwable)
Logs a Throwable.
|
static void |
error(mu.KLogger $receiver,
java.lang.Throwable throwable)
Logs a Throwable.
|
static void |
info(mu.KLogger $receiver,
java.lang.Throwable throwable)
Logs a Throwable.
|
static void |
trace(mu.KLogger $receiver,
java.lang.Throwable throwable)
Logs a Throwable.
|
static void |
warn(mu.KLogger $receiver,
java.lang.Throwable throwable)
Logs a Throwable.
|
public static void error(@NotNull
mu.KLogger $receiver,
@NotNull
java.lang.Throwable throwable)
Logs a Throwable.
public static void debug(@NotNull
mu.KLogger $receiver,
@NotNull
java.lang.Throwable throwable)
Logs a Throwable.
public static void info(@NotNull
mu.KLogger $receiver,
@NotNull
java.lang.Throwable throwable)
Logs a Throwable.
public static void warn(@NotNull
mu.KLogger $receiver,
@NotNull
java.lang.Throwable throwable)
Logs a Throwable.