public class LogEvent extends Object
Constructor and Description |
---|
LogEvent(LogParserConfig config) |
Modifier and Type | Method and Description |
---|---|
void |
appendMessage(String message) |
LogParserConfig |
getConfig() |
org.joda.time.DateTime |
getDate() |
String |
getMessage() |
Object[] |
getProperties() |
int |
getPropertyCount() |
List<String> |
getPropertyNames() |
void |
setDate(org.joda.time.DateTime date) |
void |
setMessage(String message) |
public LogEvent(LogParserConfig config)
public LogParserConfig getConfig()
public int getPropertyCount()
public Object[] getProperties()
public org.joda.time.DateTime getDate()
public void setDate(org.joda.time.DateTime date)
public String getMessage()
public void setMessage(String message)
public void appendMessage(String message)
Copyright © 2016. All rights reserved.