Package org.openqa.selenium.grid.log
Class LoggingOptions
java.lang.Object
org.openqa.selenium.grid.log.LoggingOptions
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
boolean
void
boolean
-
Field Details
-
DEFAULT_HTTP_LOGS
public static final boolean DEFAULT_HTTP_LOGS- See Also:
-
DEFAULT_LOG_TIMESTAMP_FORMAT
- See Also:
-
-
Constructor Details
-
LoggingOptions
-
-
Method Details
-
isUsingStructuredLogging
public boolean isUsingStructuredLogging() -
shouldLogHttpLogs
public boolean shouldLogHttpLogs() -
isUsingPlainLogs
public boolean isUsingPlainLogs() -
getLogEncoding
-
setLoggingLevel
public void setLoggingLevel() -
getTracer
-
configureLogging
public void configureLogging() -
getLogTimestampFormat
-