org.aglets.log.log4j
Class Log4jInitializer

java.lang.Object
  |
  +--org.aglets.log.LogInitializer
        |
        +--org.aglets.log.log4j.Log4jInitializer

public class Log4jInitializer
extends LogInitializer

Initializes the Log4J logging system. Logging system will be initialized staticly using the DOMConfigurater. The configuration file agletslog.xml must be in "aglets.home".


Fields inherited from class org.aglets.log.LogInitializer
m_instance
 
Constructor Summary
Log4jInitializer()
           
 
Method Summary
protected  LogCategory getCategoryImpl(java.lang.String name)
          Return the Log4j Implmentation of the logging interface.
 
Methods inherited from class org.aglets.log.LogInitializer
getCategory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4jInitializer

public Log4jInitializer()
Method Detail

getCategoryImpl

protected LogCategory getCategoryImpl(java.lang.String name)
Return the Log4j Implmentation of the logging interface.
Overrides:
getCategoryImpl in class LogInitializer
Parameters:
name - The name of the category.