Uses of Interface
cz.cuni.amis.pogamut.base.utils.logging.IJMXAgentLogger

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

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

Subinterfaces of IJMXAgentLogger in cz.cuni.amis.pogamut.base.utils.logging
 interface IAgentLogger
          Basic interface for agent's logs.
 

Classes in cz.cuni.amis.pogamut.base.utils.logging that implement IJMXAgentLogger
 class AbstractAgentLogger
          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.
 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 IJMXAgentLogger in cz.cuni.amis.pogamut.base.utils.logging.jmx
 

Classes in cz.cuni.amis.pogamut.base.utils.logging.jmx that implement IJMXAgentLogger
 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.