| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.base.utils.logging | |
| cz.cuni.amis.pogamut.base.utils.logging.marks |
| Modifier and Type | Method and Description |
|---|---|
LogMapMark |
LogCategory.addMapMark(Level level,
String msg,
Location location)
Add mark to the map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogCategory.removeMapMark(LogMapMark mark)
Remove mark from the map.
|
| Modifier and Type | Method and Description |
|---|---|
static LogMapMark |
LogMapMark.createAgentFixedLengthEvent(Level level,
String message,
long duration)
Create map mark that appear in the map for certain time and will be always shown
at the current position of agent.
|
static LogMapMark |
LogMapMark.createAgentVariableLengthEvent(Level level,
String message)
Create mark that will always be shown at the position of agent.
|
static LogMapMark |
LogMapMark.createFixedLengthEvent(Level level,
String message,
Location location,
long duration)
Create mark on the map that will stay there for some time.
|
static LogMapMark |
LogMapMark.createVariableLengthEvent(Level level,
String message,
Location location)
Create starting map mark.
|
LogMapMark |
LogMapMark.getEndMark()
Get end mark to make some map mark disappear from map.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.