public class LogEntry extends Object
Constructor and Description |
---|
LogEntry(Level level,
long timestamp,
String message) |
Modifier and Type | Method and Description |
---|---|
Level |
getLevel()
Gets the logging entry's severity.
|
String |
getMessage()
Gets the log entry's message.
|
long |
getTimestamp()
Gets the timestamp of the log statement in milliseconds since UNIX Epoch.
|
org.json.JSONObject |
toJson() |
String |
toString() |
public Level getLevel()
public long getTimestamp()
public String getMessage()
public org.json.JSONObject toJson()
Copyright © 2013. All rights reserved.