Uses of Interface
org.mortbay.log.Logger

Packages that use Logger
org.mortbay.log   
 

Uses of Logger in org.mortbay.log
 

Classes in org.mortbay.log that implement Logger
 class StdErrLog
          StdErr Logging.
 

Methods in org.mortbay.log that return Logger
 Logger StdErrLog.getLogger(String name)
           
 Logger Logger.getLogger(String name)
           
static Logger Log.getLog()
           
static Logger Log.getLogger(String name)
          Obtain a named Logger.
 

Methods in org.mortbay.log with parameters of type Logger
static void Log.setLog(Logger log)