| Package | Description |
|---|---|
| cz.cuni.amis.pogamut.base.utils.logging | |
| cz.cuni.amis.pogamut.base.utils.logging.marks |
| Modifier and Type | Method and Description |
|---|---|
LogEventMark |
LogCategory.addLogEvent(Level level,
String text)
Add new log event to the log, event won't end, until removed using
LogCategory#removeLogEvent(java.lang.Object) . |
| Modifier and Type | Method and Description |
|---|---|
void |
LogCategory.removeLogEvent(LogEventMark mark)
Remove log event with undefined duration.
|
| Modifier and Type | Method and Description |
|---|---|
static LogEventMark |
LogEventMark.createFixedLengthEvent(Level level,
String text,
long duration)
Create log event that will last for some time.
|
static LogEventMark |
LogEventMark.createSingleLengthEvent(Level level,
String text)
Create single event.
|
static LogEventMark |
LogEventMark.createVariableLengthEvent(Level level,
String text)
Create log event that will last until notified it should stop.
|
LogEventMark |
LogEventMark.getEndMark()
Get ending mark for variable length event.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.