Uses of Class
cz.cuni.amis.pogamut.base.utils.logging.AbstractAgentLogger

Packages that use AbstractAgentLogger
cz.cuni.amis.pogamut.base.utils.logging   
cz.cuni.amis.pogamut.base.utils.logging.jmx   
 

Uses of AbstractAgentLogger in cz.cuni.amis.pogamut.base.utils.logging
 

Subclasses of AbstractAgentLogger in cz.cuni.amis.pogamut.base.utils.logging
 class AgentLogger
          All logging apis are fine ... but we don't want to have loggers for classes but for instances - therefore we've created our wrapper allowing you to do two things quickly: log things create new logger categories 1) that's obvious - it should be easy 2) this may prove crucial for your debugging to have own logger for planner and another for emotions of your agents, etc.
 

Uses of AbstractAgentLogger in cz.cuni.amis.pogamut.base.utils.logging.jmx
 

Subclasses of AbstractAgentLogger in cz.cuni.amis.pogamut.base.utils.logging.jmx
 class AgentLoggerJMXProxy
          Makes remote AgentLogger look like local logger.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.