|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Object
|
+--org.apache.avalon.framework.logger.AbstractLogEnabled
|
+--org.apache.avalon.excalibur.logger.DefaultLogKitManager
Default LogManager implementation. It populates the LogManager from a configuration file.
| コンストラクタの概要 | |
DefaultLogKitManager()
推奨されていません。 Creates a new DefaultLogKitManager. |
|
DefaultLogKitManager(org.apache.log.Hierarchy hierarchy)
推奨されていません。 Creates a new DefaultLogKitManager with an existing Hierarchy. |
|
DefaultLogKitManager(java.lang.String prefix)
推奨されていません。 Creates a new DefaultLogKitManager using
specified logger name as root logger. |
|
DefaultLogKitManager(java.lang.String prefix,
org.apache.log.Hierarchy hierarchy)
推奨されていません。 Creates a new DefaultLogKitManager with an existing Hierarchy using
specified logger name as root logger. |
|
| メソッドの概要 | |
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
推奨されていません。 Reads a configuration object and creates the category mapping. |
void |
contextualize(org.apache.avalon.framework.context.Context context)
推奨されていません。 Reads a context object. |
org.apache.log.Hierarchy |
getHierarchy()
推奨されていません。 Retrieve Hierarchy for Loggers configured by the system. |
org.apache.log.Logger |
getLogger(java.lang.String categoryName)
推奨されていません。 Retrieves a Logger from a category name. |
void |
setLogger(org.apache.log.Logger logger)
推奨されていません。 |
| クラス org.apache.avalon.framework.logger.AbstractLogEnabled から継承したメソッド |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
public DefaultLogKitManager()
DefaultLogKitManager. It will use a new Hierarchy.public DefaultLogKitManager(org.apache.log.Hierarchy hierarchy)
DefaultLogKitManager with an existing Hierarchy.public DefaultLogKitManager(java.lang.String prefix)
DefaultLogKitManager using
specified logger name as root logger.
public DefaultLogKitManager(java.lang.String prefix,
org.apache.log.Hierarchy hierarchy)
DefaultLogKitManager with an existing Hierarchy using
specified logger name as root logger.| メソッドの詳細 |
public void setLogger(org.apache.log.Logger logger)
org.apache.avalon.framework.logger.Loggable 内の setLoggerpublic final org.apache.log.Logger getLogger(java.lang.String categoryName)
LogKitManager 内の getLoggercategoryName - The category name of a configured Logger.public org.apache.log.Hierarchy getHierarchy()
LogKitManager 内の getHierarchy
public final void contextualize(org.apache.avalon.framework.context.Context context)
throws org.apache.avalon.framework.context.ContextException
org.apache.avalon.framework.context.Contextualizable 内の contextualizecontext - The context object.org.apache.avalon.framework.context.ContextException - if the context is malformed
public final void configure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
org.apache.avalon.framework.configuration.Configurable 内の configureconfiguration - The configuration object.org.apache.avalon.framework.configuration.ConfigurationException - if the configuration is malformed
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 内部クラス | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||