Uses of Class
org.openqa.selenium.logging.LocalLogs
Packages that use LocalLogs
-
Uses of LocalLogs in org.openqa.selenium.logging
Methods in org.openqa.selenium.logging that return LocalLogsModifier and TypeMethodDescriptionstatic 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 LocalLogsModifier and TypeMethodDescriptionstatic 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) -
Uses of LocalLogs in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type LocalLogsModifier and TypeMethodDescriptionvoid
HttpCommandExecutor.setLocalLogs
(LocalLogs logs) void
TracedCommandExecutor.setLocalLogs
(LocalLogs logs) Constructors in org.openqa.selenium.remote with parameters of type LocalLogs