Uses of Interface
org.aglets.log.LogCategory

Packages that use LogCategory
org.aglets.log   
org.aglets.log.console   
org.aglets.log.log4j   
org.aglets.log.quiet   
 

Uses of LogCategory in org.aglets.log
 

Methods in org.aglets.log that return LogCategory
protected  LogCategory LogInitializer.getCategoryImpl(java.lang.String name)
          Gets the CategoryImpl attribute of the LogInitializer object
static LogCategory LogInitializer.getCategory(java.lang.String categoryName)
          Create a category in the logging hierachry.
 

Uses of LogCategory in org.aglets.log.console
 

Classes in org.aglets.log.console that implement LogCategory
 class ConsoleCategory
          Logging object that writes all messages to stdout.
 

Methods in org.aglets.log.console that return LogCategory
protected  LogCategory ConsoleInitializer.getCategoryImpl(java.lang.String name)
          Return the Log4j Implmentation of the logging interface.
 

Uses of LogCategory in org.aglets.log.log4j
 

Classes in org.aglets.log.log4j that implement LogCategory
 class Log4jCategory
          Wrapper class for log4j implementation of logging category.
 

Methods in org.aglets.log.log4j that return LogCategory
protected  LogCategory Log4jInitializer.getCategoryImpl(java.lang.String name)
          Return the Log4j Implmentation of the logging interface.
 

Uses of LogCategory in org.aglets.log.quiet
 

Classes in org.aglets.log.quiet that implement LogCategory
 class QuietCategory
          Logging category that does absolutely nothing.
 

Methods in org.aglets.log.quiet that return LogCategory
protected  LogCategory QuietInitializer.getCategoryImpl(java.lang.String name)
          Return the Log4j Implmentation of the logging interface.