Class LoggerKt
-
- All Implemented Interfaces:
public final class LoggerKt
-
-
Method Summary
Modifier and Type Method Description final static PrefixCreator<Object>
info()
final static PrefixCreator<Object>
warning()
final static PrefixCreator<Object>
error()
-
-
Method Detail
-
info
final static PrefixCreator<Object> info()
-
warning
final static PrefixCreator<Object> warning()
-
error
final static PrefixCreator<Object> error()
-
-
-
-