Uses of Interface
io.github.dmlloyd.moduleinfo.Logger
-
-
Uses of Logger in io.github.dmlloyd.moduleinfo
Classes in io.github.dmlloyd.moduleinfo that implement Logger Modifier and Type Class Description (package private) class
MojoLogger
Fields in io.github.dmlloyd.moduleinfo declared as Logger Modifier and Type Field Description static Logger
Logger. STDOUT
Fields in io.github.dmlloyd.moduleinfo with type parameters of type Logger Modifier and Type Field Description static java.util.concurrent.atomic.AtomicReference<Logger>
Logger. loggerRef
Methods in io.github.dmlloyd.moduleinfo that return Logger Modifier and Type Method Description static Logger
Logger. getLogger()
Methods in io.github.dmlloyd.moduleinfo with parameters of type Logger Modifier and Type Method Description static void
Logger. setLogger(Logger logger)
-