Uses of Interface
com.bankframe.services.logger.ELogger

Packages that use ELogger
com.bankframe.services.logger   
com.bankframe.services.logger.console   
com.bankframe.services.logger.log4j   
 

Uses of ELogger in com.bankframe.services.logger
 

Classes in com.bankframe.services.logger that implement ELogger
 class NullLogger
          This class swallows all logging output
 

Methods in com.bankframe.services.logger that return ELogger
static ELogger ELoggerFactory.getLogger()
          Deprecated. Use getLogger(String) or getLogger(Class) instead
static ELogger ELoggerFactory.getLogger(Class subsystem)
          This method returns a logger for the specified subsystem.
static ELogger ELoggerFactory.getLogger(String subsystem)
          This method returns a logger for the specified subsystem.
 

Uses of ELogger in com.bankframe.services.logger.console
 

Classes in com.bankframe.services.logger.console that implement ELogger
 class ConsoleLogger
           
 

Uses of ELogger in com.bankframe.services.logger.log4j
 

Classes in com.bankframe.services.logger.log4j that implement ELogger
 class LOG4JLogger
          This class is an implementation of the ELogger interface that redirects all logging messages to the LOG4J framework
 



Copyright © 2005, 2007, Oracle. All rights reserved.