Uses of Class
org.openqa.selenium.logging.LocalLogs
Packages that use LocalLogs
- 
Uses of LocalLogs in org.openqa.selenium.loggingMethods in org.openqa.selenium.logging that return LocalLogsModifier and TypeMethodDescriptionstatic LocalLogsLocalLogs.getCombinedLogsHolder(LocalLogs predefinedTypeLogger, LocalLogs allTypesLogger) See documentation of CompositeLocalLogs about the difference between the first LocalLogs instance and the second one.static LocalLogsLocalLogs.getHandlerBasedLoggerInstance(LoggingHandler loggingHandler, Set<String> logTypesToInclude) static LocalLogsLocalLogs.getNullLogger()Logger which doesn't do anything.static LocalLogsLocalLogs.getStoringLoggerInstance(Set<String> logTypesToIgnore) Methods in org.openqa.selenium.logging with parameters of type LocalLogsModifier and TypeMethodDescriptionstatic LocalLogsLocalLogs.getCombinedLogsHolder(LocalLogs predefinedTypeLogger, LocalLogs allTypesLogger) See documentation of CompositeLocalLogs about the difference between the first LocalLogs instance and the second one.voidNeedsLocalLogs.setLocalLogs(LocalLogs logs) 
- 
Uses of LocalLogs in org.openqa.selenium.remoteMethods in org.openqa.selenium.remote with parameters of type LocalLogsModifier and TypeMethodDescriptionvoidHttpCommandExecutor.setLocalLogs(LocalLogs logs) voidTracedCommandExecutor.setLocalLogs(LocalLogs logs) Constructors in org.openqa.selenium.remote with parameters of type LocalLogs