|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openqa.selenium.logging.LogEntries
@Beta public class LogEntries
Represent a pool of . This class also provides filtering mechanisms based on levels.
| Constructor Summary | |
|---|---|
LogEntries(java.util.List<LogEntry> entries)
|
|
| Method Summary | |
|---|---|
java.util.List<LogEntry> |
filter(java.util.logging.Level level)
|
java.util.List<LogEntry> |
getAll()
|
java.util.Iterator<LogEntry> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogEntries(java.util.List<LogEntry> entries)
| Method Detail |
|---|
public java.util.List<LogEntry> getAll()
LogEntry fetched.public java.util.List<LogEntry> filter(java.util.logging.Level level)
level - Level The level to filter the log entries.
public java.util.Iterator<LogEntry> iterator()
iterator in interface java.lang.Iterable<LogEntry>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||