public class LogMessage extends Object implements Serializable
LogEvent,
LogEvents,
Serialized Form| Modifier | Constructor and Description |
|---|---|
protected |
LogMessage(LogRecord record,
cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark mark) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
LogRecord |
getRecord()
I am not using this for now, but it may be useful.
|
long |
getTime()
Return timestamp when was message created.
|
protected LogMessage(LogRecord record, cz.cuni.amis.pogamut.base.utils.logging.marks.LogEventMark mark)
public LogRecord getRecord()
public long getTime()
public String getMessage()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.