org.apache.log4j.spi
インタフェース Configurator

既知の実装クラスの一覧:
PropertyConfigurator, DOMConfigurator

public interface Configurator

Implemented by classes capable of configuring log4j using a URL.

URLを使って log4j を設定できるクラスで実装されます。

導入されたバージョン:
1.0
作成者:
Anders Kristensen

メソッドの概要
 void doConfigure(URL url, Hierarchy hierarchy)
          Interpret a resource pointed by a URL and set up log4j accordingly.
 

メソッドの詳細

doConfigure

public void doConfigure(URL url,
                        Hierarchy hierarchy)
Interpret a resource pointed by a URL and set up log4j accordingly.

URLで指定されたリソースを解釈し、それに従い、log4j を組み立てます。

The configuration is done relative to the hierarchy parameter.

設定内容は、hierarchyパラメタに関連しています。

パラメータ:
url - The URL to parse

url 解釈できるURL

hierarchy - The hierarchy to operation upon.

hierarchy オペレーション上の階層



Please notify me about new log4j releases.