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 booleanDEFAULT_HTTP_LOGSstatic java.lang.StringDEFAULT_LOG_TIMESTAMP_FORMAT
-
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 voidconfigureLogging()java.lang.StringgetLogEncoding()java.lang.StringgetLogTimestampFormat()org.openqa.selenium.remote.tracing.TracergetTracer()booleanisUsingPlainLogs()booleanisUsingStructuredLogging()voidsetLoggingLevel()booleanshouldLogHttpLogs()
-
-
-
Field Detail
-
DEFAULT_HTTP_LOGS
public static final boolean DEFAULT_HTTP_LOGS
- See Also:
- Constant Field Values
-
DEFAULT_LOG_TIMESTAMP_FORMAT
public static final java.lang.String DEFAULT_LOG_TIMESTAMP_FORMAT
- 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()
-
getLogTimestampFormat
public java.lang.String getLogTimestampFormat()
-
-