Package org.openqa.selenium.grid.log
Class LoggingOptions
java.lang.Object
org.openqa.selenium.grid.log.LoggingOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
org.openqa.selenium.remote.tracing.Tracer
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
public org.openqa.selenium.remote.tracing.Tracer getTracer() -
configureLogging
public void configureLogging() -
getLogTimestampFormat
-