org.aglets.log.console
Class ConsoleInitializer

java.lang.Object
  |
  +--org.aglets.log.LogInitializer
        |
        +--org.aglets.log.console.ConsoleInitializer

public class ConsoleInitializer
extends LogInitializer

Initializes the logging system to simply print to the console.


Fields inherited from class org.aglets.log.LogInitializer
m_instance
 
Constructor Summary
ConsoleInitializer()
           
 
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

ConsoleInitializer

public ConsoleInitializer()
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.