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) 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)