Uses of Interface
cn.sliew.milky.log.Logger
-
-
Uses of Logger in cn.sliew.milky.log
Classes in cn.sliew.milky.log that implement Logger Modifier and Type Class Description classAbstractLoggerA skeletal implementation ofLogger.classLog4J2LoggerLogger implementaion by Log4j2.classNoLoggerdumpyAbstractLoggerimplementation.classSlf4jLoggerSLF4J logger.classStdOutLoggerLogger implementaion bySystem.outandSystem.error.Methods in cn.sliew.milky.log that return Logger Modifier and Type Method Description static LoggerLoggerFactory. getLogger(Class<?> clazz)Creates a new logger instance with the name of the specified class.static LoggerLoggerFactory. getLogger(String name)Creates a new logger instance with the specified name.LoggerLog4J2LoggerFactory. newInstance(String name)protected abstract LoggerLoggerFactory. newInstance(String name)Creates a new logger instance with the specified name.protected LoggerNoLoggerFactory. newInstance(String name)LoggerSlf4jLoggerFactory. newInstance(String name)protected LoggerStdOutLoggerFactory. newInstance(String name)
-