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 
 

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.
 

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