类 ACLLoggerFactory
- java.lang.Object
-
- io.microsphere.logging.LoggerFactory
-
- io.microsphere.logging.ACLLoggerFactory
-
- 所有已实现的接口:
Prioritized
,java.lang.Comparable<Prioritized>
public class ACLLoggerFactory extends LoggerFactory implements Prioritized
LoggerFactory
for Apache Commons Logging- 从以下版本开始:
- 1.0.0
- 作者:
- Mercy
- 另请参阅:
LoggerFactory
-
-
字段概要
字段 修饰符和类型 字段 说明 static java.lang.String
ACL_LOG_CLASS_NAME
-
从接口继承的字段 io.microsphere.lang.Prioritized
COMPARATOR, MAX_PRIORITY, MIN_PRIORITY, NORMAL_PRIORITY
-
-
构造器概要
构造器 构造器 说明 ACLLoggerFactory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Logger
createLogger(java.lang.String name)
Create a newLogger
protected java.lang.String
getDelegateLoggerClassName()
The class name of delegate Loggerint
getPriority()
Get the priority-
从类继承的方法 io.microsphere.logging.LoggerFactory
getLogger, getLogger, isAvailable
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 io.microsphere.lang.Prioritized
compareTo
-
-
-
-
字段详细资料
-
ACL_LOG_CLASS_NAME
public static final java.lang.String ACL_LOG_CLASS_NAME
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
getDelegateLoggerClassName
protected java.lang.String getDelegateLoggerClassName()
从类复制的说明:LoggerFactory
The class name of delegate Logger- 指定者:
getDelegateLoggerClassName
在类中LoggerFactory
- 返回:
- non-null
-
createLogger
public Logger createLogger(java.lang.String name)
从类复制的说明:LoggerFactory
Create a newLogger
- 指定者:
createLogger
在类中LoggerFactory
- 参数:
name
- the name ofLogger
- 返回:
- non-null
-
getPriority
public int getPriority()
从接口复制的说明:Prioritized
Get the priority- 指定者:
getPriority
在接口中Prioritized
- 返回:
- the default is
minimum one
-
-