org.apache.avalon.excalibur.logger
インタフェース LogKitManager
- 既知の実装クラスの一覧:
- DefaultLogKitManager
推奨されていません。 we should use the new LoggerManager interface that directly
supports the new framework Logger interface.
- public interface LogKitManager
LogKitManager Interface.
- バージョン:
- CVS $Revision: 1.4 $ $Date: 2002/01/17 20:44:59 $
- 作成者:
- Giacomo Pati
メソッドの概要 |
org.apache.log.Hierarchy |
getHierarchy()
推奨されていません。 Retrieve Hierarchy for Loggers configured by the system. |
org.apache.log.Logger |
getLogger(java.lang.String categoryName)
推奨されていません。 Find a logger based on a category name. |
getLogger
public org.apache.log.Logger getLogger(java.lang.String categoryName)
- 推奨されていません。
- Find a logger based on a category name.
getHierarchy
public org.apache.log.Hierarchy getHierarchy()
- 推奨されていません。
- Retrieve Hierarchy for Loggers configured by the system.
- 戻り値:
- the Hierarchy
"Copyright ? 2001 Apache Jakarta Project. All Rights Reserved."