Uses of Interface
net.spy.log.Logger

Packages that use Logger
net.spy General Spy Utilites 
net.spy.cron Cron type functionality in Java 
net.spy.log Spy Log System 
net.spy.util General Spy Utilites 
 

Uses of Logger in net.spy
 

Methods in net.spy that return Logger
protected  Logger SpyThread.getLogger()
          Get a Logger instance for this class.
protected  Logger SpyObject.getLogger()
          Get a Logger instance for this class.
 

Uses of Logger in net.spy.cron
 

Methods in net.spy.cron that return Logger
protected  Logger JobQueue.getLogger()
          Get the logger for this instance.
 

Uses of Logger in net.spy.log
 

Classes in net.spy.log that implement Logger
 class AbstractLogger
          Abstract implementation of Logger providing most of the common framework.
 class DefaultLogger
          Default logger implementation.
 class Log4JLogger
          Logging implementation using log4j.
 class SunLogger
          Logging implementation using the sun logger.
 

Methods in net.spy.log that return Logger
static Logger LoggerFactory.getLogger(java.lang.Class clazz)
          Get a logger by class.
static Logger LoggerFactory.getLogger(java.lang.String name)
          Get a logger by name.
 

Uses of Logger in net.spy.util
 

Methods in net.spy.util that return Logger
protected  Logger TTL.getLogger()
          Get the logger for this TTL.
 



Copyright © 1995-2006 SPY Internetworking. All Rights Reserved.