Uses of Class
cn.sliew.milky.log.LoggerFactory
-
-
Uses of LoggerFactory in cn.sliew.milky.log
Subclasses of LoggerFactory in cn.sliew.milky.log Modifier and Type Class Description classLog4J2LoggerFactoryLoggerFactorylog4j2 implementation.classNoLoggerFactorydumpyLoggerFactoryimplementation.classSlf4jLoggerFactoryLogger factory which creates a SLF4J logger.classStdOutLoggerFactoryLoggerFactorystandard io stream implementation.Fields in cn.sliew.milky.log declared as LoggerFactory Modifier and Type Field Description static LoggerFactoryLog4J2LoggerFactory. INSTANCEstatic LoggerFactoryNoLoggerFactory. INSTANCEstatic LoggerFactorySlf4jLoggerFactory. INSTANCEstatic LoggerFactoryStdOutLoggerFactory. INSTANCEMethods in cn.sliew.milky.log that return LoggerFactory Modifier and Type Method Description static LoggerFactoryLoggerFactory. getDefaultFactory()Returns the default factory.Methods in cn.sliew.milky.log with parameters of type LoggerFactory Modifier and Type Method Description static voidLoggerFactory. setDefaultFactory(LoggerFactory defaultFactory)Changes the default factory.
-