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.