|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||
java.lang.Objectorg.apache.log4j.xml.DOMConfigurator
org.asyrinx.brownie.log.log4j.servlet.ServletDOMConfigurator
| フィールドの概要 | |
protected FileNameResolver |
resolver
|
| クラス org.apache.log4j.xml.DOMConfigurator から継承したフィールド |
|
| インタフェース org.apache.log4j.spi.Configurator から継承したフィールド |
INHERITED, NULL |
| コンストラクタの概要 | |
ServletDOMConfigurator(javax.servlet.ServletContext servletContext)
|
|
| メソッドの概要 | |
static void |
configure(java.lang.String configFilename,
javax.servlet.ServletContext servletContext)
|
static void |
configureAndWatch(java.lang.String configFilename,
long delay,
javax.servlet.ServletContext servletContext)
Read the configuration file configFilename if it exists.
|
static void |
configureAndWatch(java.lang.String configFilename,
javax.servlet.ServletContext servletContext)
Like DOMConfigurator.configureAndWatch(String, long)except that the default
delay as defined by FileWatchdog.DEFAULT_DELAYis used. |
protected org.apache.log4j.Appender |
parseAppender(org.w3c.dom.Element appenderElement)
|
| クラス org.apache.log4j.xml.DOMConfigurator から継承したメソッド |
configure, configure, configure, configureAndWatch, configureAndWatch, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, doConfigure, findAppenderByName, findAppenderByReference, parse, parseCategory, parseCategoryFactory, parseChildrenOfLoggerElement, parseErrorHandler, parseFilters, parseLayout, parseLevel, parseRenderer, parseRoot, setParameter, subst |
| クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| フィールドの詳細 |
protected final FileNameResolver resolver
| コンストラクタの詳細 |
public ServletDOMConfigurator(javax.servlet.ServletContext servletContext)
| メソッドの詳細 |
protected org.apache.log4j.Appender parseAppender(org.w3c.dom.Element appenderElement)
public static void configure(java.lang.String configFilename,
javax.servlet.ServletContext servletContext)
public static void configureAndWatch(java.lang.String configFilename,
javax.servlet.ServletContext servletContext)
DOMConfigurator.configureAndWatch(String, long)except that the default
delay as defined by FileWatchdog.DEFAULT_DELAYis used.
configFilename - A log4j configuration file in XML format.
public static void configureAndWatch(java.lang.String configFilename,
long delay,
javax.servlet.ServletContext servletContext)
configFilename if it exists.
Moreover, a thread will be created that will periodically check if
configFilename has been created or modified. The period is
determined by the delay argument. If a change or file
creation is detected, then configFilename is read to
configure log4j.
configFilename - A log4j configuration file in XML format.delay - The delay in milliseconds to wait between each check.
|
|||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||||