Uses of Interface
org.norther.tammi.acorn.logger.LogFactory

Packages that use LogFactory
org.norther.tammi.acorn.logger   
org.norther.tammi.acorn.logger.log   
 

Uses of LogFactory in org.norther.tammi.acorn.logger
 

Classes in org.norther.tammi.acorn.logger that implement LogFactory
 class DefaultLogFactory
          A default implementation of LogFactory.
 

Methods in org.norther.tammi.acorn.logger that return LogFactory
static LogFactory StaticLogFactory.getLogFactory()
          Gets the log factory instance.
static LogFactory StaticLogFactory.getLogFactory(Object context)
          Gets the log factory instance for the specified context.
 

Methods in org.norther.tammi.acorn.logger with parameters of type LogFactory
static void StaticLogFactory.removeLogFactory(LogFactory factory)
          Removes the log factory instance.
static void StaticLogFactory.setLogFactory(LogFactory factory)
          Sets the log factory instance.
 

Uses of LogFactory in org.norther.tammi.acorn.logger.log
 

Methods in org.norther.tammi.acorn.logger.log that return LogFactory
protected  LogFactory DefaultLog.getLogFactory()
          Gets the log factory.
 LogFactory LoggerEvent.getLogFactory()
          Gets the log factory.
 

Constructors in org.norther.tammi.acorn.logger.log with parameters of type LogFactory
LoggerEvent(LogFactory factory, Object logger)
          Constructs a new event.
 



Copyright © 2004 The Norther Organization. All rights reserved.