Package | Description |
---|---|
org.openqa.selenium.logging |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
static 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) |
Copyright © 2016. All rights reserved.