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
 List<LogEntry> LogEntries.filter(Level level)
           
 List<LogEntry> LogEntries.getAll()
          Get the list of all log entries.
 List<LogEntry> LoggingHandler.getRecords()
           
 Iterator<LogEntry> LogEntries.iterator()
           
 

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

Constructor parameters in org.openqa.selenium.logging with type arguments of type LogEntry
LogEntries(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 © 2013. All Rights Reserved.