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

Packages that use LogCategory
cz.cuni.amis.pogamut.base.agent.impl   
cz.cuni.amis.pogamut.base.communication.command.impl   
cz.cuni.amis.pogamut.base.communication.connection.impl   
cz.cuni.amis.pogamut.base.communication.mediator.impl   
cz.cuni.amis.pogamut.base.communication.translator.impl   
cz.cuni.amis.pogamut.base.communication.worldview.impl   
cz.cuni.amis.pogamut.base.utils.logging   
cz.cuni.amis.pogamut.base.utils.logging.jmx   
cz.cuni.amis.pogamut.multi.communication.worldview.impl   
 

Uses of LogCategory in cz.cuni.amis.pogamut.base.agent.impl
 

Fields in cz.cuni.amis.pogamut.base.agent.impl declared as LogCategory
protected  LogCategory AbstractAgent.log
          Agent's log category, goes under category name AbstractAgent.LOG_CATEGORY_NAME.
 

Methods in cz.cuni.amis.pogamut.base.agent.impl that return LogCategory
 LogCategory AbstractAgent.getLog()
          Returns log category of the agent, used by agent lifecycle management methods itself.
 

Uses of LogCategory in cz.cuni.amis.pogamut.base.communication.command.impl
 

Methods in cz.cuni.amis.pogamut.base.communication.command.impl that return LogCategory
 LogCategory Act.getLog()
           
 

Uses of LogCategory in cz.cuni.amis.pogamut.base.communication.connection.impl
 

Fields in cz.cuni.amis.pogamut.base.communication.connection.impl declared as LogCategory
protected  LogCategory AbstractConnection.log
          Special category for the connection.
 

Methods in cz.cuni.amis.pogamut.base.communication.connection.impl that return LogCategory
 LogCategory AbstractConnection.getLog()
           
 

Uses of LogCategory in cz.cuni.amis.pogamut.base.communication.mediator.impl
 

Methods in cz.cuni.amis.pogamut.base.communication.mediator.impl that return LogCategory
 LogCategory Mediator.getLog()
           
 

Uses of LogCategory in cz.cuni.amis.pogamut.base.communication.translator.impl
 

Fields in cz.cuni.amis.pogamut.base.communication.translator.impl declared as LogCategory
protected  LogCategory WorldMessageTranslator.log
           
 

Uses of LogCategory in cz.cuni.amis.pogamut.base.communication.worldview.impl
 

Fields in cz.cuni.amis.pogamut.base.communication.worldview.impl declared as LogCategory
protected  LogCategory AbstractWorldView.log
           
 

Methods in cz.cuni.amis.pogamut.base.communication.worldview.impl that return LogCategory
 LogCategory AbstractWorldView.getLog()
           
 

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

Fields in cz.cuni.amis.pogamut.base.utils.logging declared as LogCategory
protected  LogCategory NetworkLogClient.log
           
 

Methods in cz.cuni.amis.pogamut.base.utils.logging that return LogCategory
 LogCategory LogCategory.addConsoleHandler()
          Adds default console handler with 'Platform' (== platform logging) agent id.
 LogCategory IAgentLogger.getCategory(IComponent component)
          Returns LogCategory for specified IComponent.
 LogCategory AbstractAgentLogger.getCategory(IComponent component)
           
 LogCategory LogCategories.getCategory(String name)
          Returns existing category by the name or adds new one.
 LogCategory ILogCategories.getCategory(String name)
          Returns existing category by the name or adds new one.
 LogCategory IAgentLogger.getCategory(String name)
          Returns LogCategory for specified name.
 LogCategory AbstractAgentLogger.getCategory(String name)
           
 LogCategory[] LogCategoryFilter.getFilterCategories()
          Returns cathegories the filter is looking for (taking / allowing the log record to be published).
static LogCategory NetworkLogManager.getLog()
          Returns a logger that the NetworkLogManager is using.
 LogCategory NetworkLogClient.getLogger()
           
 

Methods in cz.cuni.amis.pogamut.base.utils.logging that return types with arguments of type LogCategory
 Map<String,LogCategory> ILogCategories.getCategories()
          Returns IMMUTABLE mapping of categories names to instances of those log categories.
 Map<String,LogCategory> IAgentLogger.getCategories()
          Return immutable map of all log categories.
 Map<String,LogCategory> AbstractLogCategories.getCategories()
          Returns IMMUTABLE mapping of cathegories names to instances of those log categories.
 Map<String,LogCategory> AbstractAgentLogger.getCategories()
           
protected  Map<String,LogCategory> LogCategories.getCategoriesInternal()
           
protected abstract  Map<String,LogCategory> AbstractLogCategories.getCategoriesInternal()
           
 

Methods in cz.cuni.amis.pogamut.base.utils.logging with parameters of type LogCategory
 void ILogCategories.addLogCategory(String name, LogCategory category)
          Adds log category from outside of the object.
 void AbstractLogCategories.addLogCategory(String name, LogCategory category)
          Used by AbstractAgentLogger to slip itself into the map.
 int LogCategory.compareTo(LogCategory o)
           
 

Constructors in cz.cuni.amis.pogamut.base.utils.logging with parameters of type LogCategory
LogCategoryFilter(LogCategory category)
           
LogCategoryFilter(LogCategory[] categories)
           
 

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

Subclasses of LogCategory in cz.cuni.amis.pogamut.base.utils.logging.jmx
 class LogCategoryJMXProxy
          Proxies a single log category, intended to be used only for registering handlers.
 

Methods in cz.cuni.amis.pogamut.base.utils.logging.jmx that return LogCategory
 LogCategory LogCategoriesJMXProxy.getCategory(String name)
           
 LogCategory JMXLogCategories.getCategory(String name)
          Returns existing category by the name or adds new one.
 

Methods in cz.cuni.amis.pogamut.base.utils.logging.jmx that return types with arguments of type LogCategory
 Map<String,LogCategory> JMXLogCategories.getCategories()
           
protected  Map<String,LogCategory> LogCategoriesJMXProxy.getCategoriesInternal()
           
 

Methods in cz.cuni.amis.pogamut.base.utils.logging.jmx with parameters of type LogCategory
 void JMXLogCategories.addLogCategory(String name, LogCategory category)
           
 

Uses of LogCategory in cz.cuni.amis.pogamut.multi.communication.worldview.impl
 

Fields in cz.cuni.amis.pogamut.multi.communication.worldview.impl declared as LogCategory
protected  LogCategory AbstractLocalWorldView.log
           
 



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