| Modifier and Type | Field and Description |
|---|---|
protected LogCategory |
AbstractAgent.log
Agent's log category, goes under category name
AbstractAgent.LOG_CATEGORY_NAME. |
| Modifier and Type | Method and Description |
|---|---|
LogCategory |
AbstractAgent.getLog()
Returns log category of the agent, used by agent lifecycle management methods itself.
|
| Modifier and Type | Method and Description |
|---|---|
LogCategory |
Act.getLog() |
| Modifier and Type | Field and Description |
|---|---|
protected LogCategory |
AbstractConnection.log
Special category for the connection.
|
| Modifier and Type | Method and Description |
|---|---|
LogCategory |
AbstractConnection.getLog() |
| Modifier and Type | Method and Description |
|---|---|
LogCategory |
Mediator.getLog() |
| Modifier and Type | Field and Description |
|---|---|
protected LogCategory |
WorldMessageTranslator.log |
| Modifier and Type | Field and Description |
|---|---|
protected LogCategory |
AbstractWorldView.log |
| Modifier and Type | Method and Description |
|---|---|
LogCategory |
AbstractWorldView.getLog() |
| Modifier and Type | Field and Description |
|---|---|
protected LogCategory |
NetworkLogClient.log |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
LogCategoryFilter(LogCategory category) |
LogCategoryFilter(LogCategory[] categories) |
| Modifier and Type | Class and Description |
|---|---|
class |
LogCategoryJMXProxy
Proxies a single log category, intended to be used only for registering handlers.
|
| Modifier and Type | Method and Description |
|---|---|
LogCategory |
LogCategoriesJMXProxy.getCategory(String name) |
LogCategory |
JMXLogCategories.getCategory(String name)
Returns existing category by the name or adds new one.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,LogCategory> |
JMXLogCategories.getCategories() |
protected Map<String,LogCategory> |
LogCategoriesJMXProxy.getCategoriesInternal() |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXLogCategories.addLogCategory(String name,
LogCategory category) |
| Modifier and Type | Field and Description |
|---|---|
protected LogCategory |
AbstractLocalWorldView.log |
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.