Uses of Interface
net.sf.jaxme.logging.LoggerFactory

Packages that use LoggerFactory
net.sf.jaxme.js.util   
net.sf.jaxme.logging The logging framework This package provides a minimal logging framework.  
 

Uses of LoggerFactory in net.sf.jaxme.js.util
 

Methods in net.sf.jaxme.js.util that return LoggerFactory
protected  LoggerFactory AntLinkChecker.initLogging()
           
 

Methods in net.sf.jaxme.js.util with parameters of type LoggerFactory
protected  void AntLinkChecker.stopLogging(LoggerFactory pLoggerFactory)
           
 

Uses of LoggerFactory in net.sf.jaxme.logging
 

Classes in net.sf.jaxme.logging that implement LoggerFactory
 class AntProjectLoggerFactory
          A LoggerFactory logging via an Ant project.
 class JavaUtilLoggerFactory
          An logger factory creating instances of JavaUtilLogger.
 class Log4jLoggerFactory
          An logger factory creating instances of JavaUtilLogger.
 class LoggerFactoryImpl
          Default implementation of a LoggerFactory.
 

Methods in net.sf.jaxme.logging that return LoggerFactory
static LoggerFactory LoggerAccess.newLoggerFactory()
          Creates a new instance of LoggerFactory.
static LoggerFactory LoggerAccess.getLoggerFactory()
          Returns the logger factory.
 

Methods in net.sf.jaxme.logging with parameters of type LoggerFactory
static void LoggerAccess.setLoggerFactory(LoggerFactory pFactory)
          Sets the logger factory.