public class LogEntry
extends Object
An entry in the log.
-
-
Constructor Summary
Constructors
-
Method Summary
The timestamp of the log entry as a date.
The level of the log entry.
Get the stacktrace of the log entry.
long
The timestamp of the log entry.
-
Field Details
-
timestamp
private final long timestamp
-
-
-
-
-
Method Details
-
getLevel
The level of the log entry.
-
getTimestamp
public long getTimestamp()
The timestamp of the log entry.
-
getDate
The timestamp of the log entry as a date.
-
getMessage
Get the log message.
-
getStacktrace
Get the stacktrace of the log entry.
-