Constructor and Description |
---|
LogEntries(java.lang.Iterable<LogEntry> entries) |
Modifier and Type | Method and Description |
---|---|
java.util.List<LogEntry> |
filter(java.util.logging.Level level) |
java.util.List<LogEntry> |
getAll()
Get the list of all log entries.
|
java.util.Iterator<LogEntry> |
iterator() |
public LogEntries(java.lang.Iterable<LogEntry> entries)
public java.util.List<LogEntry> getAll()
LogEntry
fetchedpublic java.util.List<LogEntry> filter(java.util.logging.Level level)
level
- Level
the level to filter the log entries