类 LoggerFactory
java.lang.Object
cn.taketoday.logging.LoggerFactory
Factory that creates
Logger instances.- 作者:
- TODAY
2019-11-04 19:06
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明private static LoggerFactoryprotected abstract LoggercreateLogger(String name) static LoggerReturn a logger associated with a particular class.static LoggerReturn a logger associated with a particular class name.
-
字段详细资料
-
LOG_TYPE_SYSTEM_PROPERTY
- 另请参阅:
-
factory
-
-
构造器详细资料
-
LoggerFactory
public LoggerFactory()
-
-
方法详细资料
-
createLogger
-
getLogger
Return a logger associated with a particular class. -
getLogger
Return a logger associated with a particular class name. -
createFactory
-