类 StdOutLoggerFactory
- java.lang.Object
-
- cn.sliew.milky.log.LoggerFactory
-
- cn.sliew.milky.log.StdOutLoggerFactory
-
public class StdOutLoggerFactory extends LoggerFactory
LoggerFactorystandard io stream implementation.
-
-
字段概要
字段 修饰符和类型 字段 说明 static LoggerFactoryINSTANCE
-
构造器概要
构造器 构造器 说明 StdOutLoggerFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 protected LoggernewInstance(String name)Creates a new logger instance with the specified name.-
从类继承的方法 cn.sliew.milky.log.LoggerFactory
getDefaultFactory, getLogger, getLogger, setDefaultFactory
-
-
-
-
字段详细资料
-
INSTANCE
public static final LoggerFactory INSTANCE
-
-
方法详细资料
-
newInstance
protected Logger newInstance(String name)
从类复制的说明:LoggerFactoryCreates a new logger instance with the specified name.- 指定者:
newInstance在类中LoggerFactory
-
-