Uses of Class
org.openqa.selenium.logging.LocalLogs
-
Packages that use LocalLogs Package Description org.openqa.selenium.logging -
-
Uses of LocalLogs in org.openqa.selenium.logging
Methods in org.openqa.selenium.logging that return LocalLogs Modifier and Type Method Description static 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, java.util.Set<java.lang.String> logTypesToInclude)static LocalLogsLocalLogs. getNullLogger()Logger which doesn't do anything.static LocalLogsLocalLogs. getStoringLoggerInstance(java.util.Set<java.lang.String> logTypesToIgnore)Methods in org.openqa.selenium.logging with parameters of type LocalLogs Modifier and Type Method Description static 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)
-