public class LogEvent extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LogEvent.Level |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object anotherLogEvent)
|
String |
getBundleName()
Returns the name of the bundle that created this
LogEvent |
String |
getBundleVersion()
Returns the version of the bundle that created this
LogEvent |
LogEvent.Level |
getLevel()
Returns the log level
|
String |
getMessage()
Returns the Message of this
LogEvent |
long |
getTimestamp() |
int |
hashCode() |
public long getTimestamp()
public LogEvent.Level getLevel()
LogEvent.Level
of this LogEvent
public String getMessage()
LogEvent
LogEvent
(can be null)public String getBundleName()
LogEvent
LogEvent
(can be null)public String getBundleVersion()
LogEvent
LogEvent
(can be null)This work is licensed under a Creative Commons Attribution 4.0 International License.