@Beta public class LogEntries extends Object implements Iterable<LogEntry>
LogEntries(Iterable<LogEntry> entries)
List<LogEntry>
filter(Level level)
getAll()
Iterator<LogEntry>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LogEntries(Iterable<LogEntry> entries)
public List<LogEntry> getAll()
LogEntry
public List<LogEntry> filter(Level level)
level
Level
public Iterator<LogEntry> iterator()
iterator
Iterable<LogEntry>
Copyright © 2013. All rights reserved.