| 程序包 | 说明 |
|---|---|
| org.openqa.selenium.firefox | |
| org.openqa.selenium.firefox.internal | |
| org.openqa.selenium.logging | |
| org.openqa.selenium.remote |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
FirefoxDriver.LazyCommandExecutor.setLocalLogs(LocalLogs logs) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NewProfileExtensionConnection.setLocalLogs(LocalLogs logs) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HttpCommandExecutor.setLocalLogs(LocalLogs logs) |
| 构造器和说明 |
|---|
RemoteLogs(ExecuteMethod executeMethod,
LocalLogs localLogs) |