Uses of Class
org.openqa.selenium.logging.LogEntry

Packages that use LogEntry
org.openqa.selenium.logging   
org.openqa.selenium.logging.profiler   
 

Uses of LogEntry in org.openqa.selenium.logging
 

Methods in org.openqa.selenium.logging that return types with arguments of type LogEntry
 java.util.List<LogEntry> LogEntries.filter(java.util.logging.Level level)
           
 java.util.List<LogEntry> LogEntries.getAll()
           
 java.util.List<LogEntry> LoggingHandler.getRecords()
           
 java.util.Iterator<LogEntry> LogEntries.iterator()
           
 

Methods in org.openqa.selenium.logging with parameters of type LogEntry
 void LocalLogs.addEntry(java.lang.String logType, LogEntry entry)
           
 

Constructor parameters in org.openqa.selenium.logging with type arguments of type LogEntry
LogEntries(java.lang.Iterable<LogEntry> entries)
           
 

Uses of LogEntry in org.openqa.selenium.logging.profiler
 

Subclasses of LogEntry in org.openqa.selenium.logging.profiler
 class HttpProfilerLogEntry
           
 class ProfilerLogEntry
           
 



Copyright © 2012. All Rights Reserved.