Package org.openqa.selenium.grid.log
Class LoggingOptions
- java.lang.Object
-
- org.openqa.selenium.grid.log.LoggingOptions
-
public class LoggingOptions extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DEFAULT_HTTP_LOGS
-
Constructor Summary
Constructors Constructor Description LoggingOptions(org.openqa.selenium.grid.config.Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configureLogging()
java.lang.String
getLogEncoding()
org.openqa.selenium.remote.tracing.Tracer
getTracer()
boolean
isUsingPlainLogs()
boolean
isUsingStructuredLogging()
void
setLoggingLevel()
boolean
shouldLogHttpLogs()
-
-
-
Field Detail
-
DEFAULT_HTTP_LOGS
public static final boolean DEFAULT_HTTP_LOGS
- See Also:
- Constant Field Values
-
-
Method Detail
-
isUsingStructuredLogging
public boolean isUsingStructuredLogging()
-
shouldLogHttpLogs
public boolean shouldLogHttpLogs()
-
isUsingPlainLogs
public boolean isUsingPlainLogs()
-
getLogEncoding
public java.lang.String getLogEncoding()
-
setLoggingLevel
public void setLoggingLevel()
-
getTracer
public org.openqa.selenium.remote.tracing.Tracer getTracer()
-
configureLogging
public void configureLogging()
-
-