public class LogEntry extends Object
| Constructor and Description |
|---|
LogEntry(long id,
long ts,
String level,
String thread,
String logger,
String msg)
Stores a log entry.
|
| Modifier and Type | Method and Description |
|---|---|
long |
id()
Returns the ID for this log entry.
|
String |
level()
Returns the logging level for this log entry.
|
String |
logger()
Returns the logger name for this log entry.
|
String |
msg()
Returns the message text for this log entry.
|
String |
thread()
Returns the thread name for this log entry.
|
String |
toString() |
long |
ts()
Returns the time stamp for this log entry.
|
public long id()
public long ts()
public String level()
public String thread()
public String logger()
public String msg()
Copyright © 2014. All Rights Reserved.