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.
|
Map<String,Object> |
toMap() |
String |
toString() |
public Level getLevel()
public long getTimestamp()
public String getMessage()
Copyright © 2014. All rights reserved.