org.aglets.log.quiet
Class QuietInitializer

java.lang.Object
  |
  +--org.aglets.log.LogInitializer
        |
        +--org.aglets.log.quiet.QuietInitializer

public class QuietInitializer
extends LogInitializer

Initializes the logging system to simply print to the console.


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

QuietInitializer

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