Uses of Class
jade.util.Logger
-
Packages that use Logger Package Description jade.core This package contains the microkernel of JADE system.jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours.jade.domain This package and its sub-packages contains FIPA specific agents and ontologies.jade.domain.KBManagement jade.imtp.leap jade.imtp.leap.JICP jade.tools jade.util -
-
Uses of Logger in jade.core
Fields in jade.core declared as Logger Modifier and Type Field Description protected LoggerBaseService. myLoggerprotected LoggerExtendedMessageQueue. myLoggerprotected LoggerTimerDispatcher. myLogger -
Uses of Logger in jade.core.behaviours
Fields in jade.core.behaviours declared as Logger Modifier and Type Field Description protected LoggerBaseInitiator. myLoggerprotected LoggerOntologyServer. myLogger -
Uses of Logger in jade.domain
Fields in jade.domain declared as Logger Modifier and Type Field Description protected LoggerRequestManagementBehaviour. myLogger -
Uses of Logger in jade.domain.KBManagement
Fields in jade.domain.KBManagement declared as Logger Modifier and Type Field Description protected LoggerKB. logger -
Uses of Logger in jade.imtp.leap
Fields in jade.imtp.leap declared as Logger Modifier and Type Field Description protected LoggerMicroStub. logger -
Uses of Logger in jade.imtp.leap.JICP
Fields in jade.imtp.leap.JICP declared as Logger Modifier and Type Field Description protected static LoggerJICPConnection. myLoggerprotected static LoggerJICPSConnection. myLoggerprotected static LoggerJICPSPeer. myLogger -
Uses of Logger in jade.tools
Fields in jade.tools declared as Logger Modifier and Type Field Description protected LoggerToolAgent. logger -
Uses of Logger in jade.util
Methods in jade.util that return Logger Modifier and Type Method Description static LoggerLogger. getJADELogger(String name)Find or create a logger for a named subsystem.static LoggerLogger. getMyLogger(String name)
-