Package cn.sliew.milky.log
Class StdOutLoggerFactory
- java.lang.Object
-
- cn.sliew.milky.log.LoggerFactory
-
- cn.sliew.milky.log.StdOutLoggerFactory
-
public class StdOutLoggerFactory extends LoggerFactory
LoggerFactorystandard io stream implementation.
-
-
Field Summary
Fields Modifier and Type Field Description static LoggerFactoryINSTANCE
-
Constructor Summary
Constructors Constructor Description StdOutLoggerFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LoggernewInstance(String name)Creates a new logger instance with the specified name.-
Methods inherited from class cn.sliew.milky.log.LoggerFactory
getDefaultFactory, getLogger, getLogger, setDefaultFactory
-
-
-
-
Field Detail
-
INSTANCE
public static final LoggerFactory INSTANCE
-
-
Method Detail
-
newInstance
protected Logger newInstance(String name)
Description copied from class:LoggerFactoryCreates a new logger instance with the specified name.- Specified by:
newInstancein classLoggerFactory
-
-