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

Packages that use LocalLogs
org.openqa.selenium.logging   
 

Uses of LocalLogs in org.openqa.selenium.logging
 

Methods in org.openqa.selenium.logging that return LocalLogs
static LocalLogs LocalLogs.getCombinedLogsHolder(LocalLogs predefinedTypeLogger, LocalLogs allTypesLogger)
          See documentation of CompositeLocalLogs about the difference between the first LocalLogs instance and the second one.
static LocalLogs LocalLogs.getHandlerBasedLoggerInstance(LoggingHandler loggingHandler, Set<String> logTypesToInclude)
           
static LocalLogs LocalLogs.getNullLogger()
          Logger which doesn't do anything.
static LocalLogs LocalLogs.getStoringLoggerInstance(Set<String> logTypesToIgnore)
           
 

Methods in org.openqa.selenium.logging with parameters of type LocalLogs
static LocalLogs LocalLogs.getCombinedLogsHolder(LocalLogs predefinedTypeLogger, LocalLogs allTypesLogger)
          See documentation of CompositeLocalLogs about the difference between the first LocalLogs instance and the second one.
 void NeedsLocalLogs.setLocalLogs(LocalLogs logs)
           
 



Copyright © 2013. All rights reserved.