Uses of Interface
org.norther.tammi.acorn.logger.log.Log

Packages that use Log
org.norther.tammi.acorn.logger   
org.norther.tammi.acorn.logger.log   
org.norther.tammi.core.base   
org.norther.tammi.core.logger.jcl   
org.norther.tammi.core.logger.log   
 

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

Methods in org.norther.tammi.acorn.logger that return Log
 Log DefaultLogFactory.getInstance()
           
 Log LogFactory.getInstance()
          Gets an anonymous log instance.
 Log DefaultLogFactory.getInstance(Object object)
           
 Log LogFactory.getInstance(Object object)
          Gets an object log instance.
static Log StaticLogFactory.getLog()
          Gets an anonymous log instance from the log factory.
static Log StaticLogFactory.getLog(Object object)
          Gets an object log instance from the log factory.
static Log StaticLogFactory.getLog(Object object, Object context)
          Gets an object log instance from the log factory for the specified context.
 

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

Classes in org.norther.tammi.acorn.logger.log that implement Log
 class DefaultLog
          A default implementation of Log writing to System.out and System.err.
 

Uses of Log in org.norther.tammi.core.base
 

Methods in org.norther.tammi.core.base that return Log
 Log Adaptee.getLog()
           
 Log MBeanBroker.getLog()
          Gets a log.
 Log MBeanDelegate.getLog()
          Gets an anonymous log.
 Log Referable.getLog()
           
 Log Adaptee.getLog(Object object)
           
 Log MBeanDelegate.getLog(Object object)
          Gets an object specific log.
 Log Referable.getLog(Object object)
           
protected  Log LogException.getMessageLog()
          Gets the message log.
 

Uses of Log in org.norther.tammi.core.logger.jcl
 

Constructors in org.norther.tammi.core.logger.jcl with parameters of type Log
CommonsLog(Log l)
          Constructs a new log with a wrapper.
 

Uses of Log in org.norther.tammi.core.logger.log
 

Classes in org.norther.tammi.core.logger.log that implement Log
 class DomainLog
          A default implementation of Log.
 



Copyright © 2004 The Norther Organization. All rights reserved.