org.aglets.log.console
Class ConsoleInitializer

java.lang.Object
  extended byorg.aglets.log.LogInitializer
      extended byorg.aglets.log.console.ConsoleInitializer

public class ConsoleInitializer
extends LogInitializer

Initializes the logging system to simply print to the console.


Field Summary
 
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.
Returns:
The CategoryImpl value