public class LogEntry extends Object
LogEntry(Level level, long timestamp, String message)
Level
getLevel()
String
getMessage()
long
getTimestamp()
Map<String,Object>
toMap()
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public LogEntry(Level level, long timestamp, String message)
level
timestamp
message
public Level getLevel()
public long getTimestamp()
public String getMessage()
public String toString()
toString
Object
public Map<String,Object> toMap()