Uses of Class
jade.util.Logger

Packages that use Logger
jade.core This package contains the microkernel of JADE system.  
jade.util This package contains utility classes and in particular: classes for handling properties, the Logger class for logging capabilities; the leap subpackage, that is a replacement for the Java collection framework that is not supported by J2ME.  
 

Uses of Logger in jade.core
 

Fields in jade.core declared as Logger
protected  Logger BaseService.myLogger
           
 

Uses of Logger in jade.util
 

Methods in jade.util that return Logger
static Logger Logger.getMyLogger(java.lang.String name)
          Find or create a logger for a named subsystem.
 



JADE