public interface LogMessage extends Serializable, Event
This interface defines a simple abstract log message entity, comprised of a timestamp, a source-identifier and the date itself.
| Modifier and Type | Field and Description |
|---|---|
static String |
LOG_LEVEL |
static String |
MESSAGE |
static String |
SOURCE |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String variable)
This method returns the specified aspect for the given event.
|
String |
getMessage() |
String |
getSource() |
void |
set(String variable,
String value) |
getTimestamp, getTypestatic final String SOURCE
static final String MESSAGE
static final String LOG_LEVEL
Copyright © 2015 jwall.org. All Rights Reserved.