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 LocalLogsLocalLogs.getCombinedLogsHolder(LocalLogs predefinedTypeLogger, LocalLogs allTypesLogger) Deprecated, for removal: This API element is subject to removal in a future version.See documentation of CompositeLocalLogs about the difference between the first LocalLogs instance and the second one.static LocalLogsLocalLogs.getHandlerBasedLoggerInstance(LoggingHandler loggingHandler, Set<String> logTypesToInclude) Deprecated, for removal: This API element is subject to removal in a future version.static LocalLogsLocalLogs.getNullLogger()Deprecated, for removal: This API element is subject to removal in a future version.Logger which doesn't do anything.static LocalLogsLocalLogs.getStoringLoggerInstance(Set<String> logTypesToIgnore) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.openqa.selenium.logging with parameters of type LocalLogsModifier and TypeMethodDescriptionstatic LocalLogsLocalLogs.getCombinedLogsHolder(LocalLogs predefinedTypeLogger, LocalLogs allTypesLogger) Deprecated, for removal: This API element is subject to removal in a future version.See documentation of CompositeLocalLogs about the difference between the first LocalLogs instance and the second one.voidNeedsLocalLogs.setLocalLogs(LocalLogs logs) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of LocalLogs in org.openqa.selenium.remote
Methods in org.openqa.selenium.remote with parameters of type LocalLogsModifier and TypeMethodDescriptionvoidHttpCommandExecutor.setLocalLogs(LocalLogs logs) Deprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and is no longer supported.voidTracedCommandExecutor.setLocalLogs(LocalLogs logs) Deprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and LocalLogs are no longer supported.Constructors in org.openqa.selenium.remote with parameters of type LocalLogsModifierConstructorDescriptionRemoteLogs(ExecuteMethod executeMethod, LocalLogs localLogs) Deprecated, for removal: This API element is subject to removal in a future version.logging is not in the W3C WebDriver spec and LocalLogs are no longer supported.