public class LoggingOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
captureLogsOnQuit |
private boolean |
dontTouchLogging
useful for situations where Selenium is being invoked programatically and the outside container
wants to own logging
|
private java.lang.String |
logOutFileName |
Constructor and Description |
---|
LoggingOptions() |
Modifier and Type | Method and Description |
---|---|
boolean |
dontTouchLogging() |
static java.util.logging.Level |
getDefaultLogLevel() |
static java.lang.String |
getDefaultLogOutFile() |
java.io.File |
getLogOutFile() |
java.lang.String |
getLogOutFileName() |
boolean |
isCaptureOfLogsOnQuitEnabled() |
void |
setCaptureLogsOnQuit(boolean captureLogs) |
void |
setDontTouchLogging(boolean newValue) |
void |
setLogOutFile(java.io.File newLogOutFile) |
void |
setLogOutFileName(java.lang.String newLogOutFileName) |
int |
shortTermMemoryLoggerCapacity() |
private boolean dontTouchLogging
private boolean captureLogsOnQuit
private java.lang.String logOutFileName
public boolean dontTouchLogging()
public void setDontTouchLogging(boolean newValue)
public int shortTermMemoryLoggerCapacity()
public boolean isCaptureOfLogsOnQuitEnabled()
public void setCaptureLogsOnQuit(boolean captureLogs)
public java.io.File getLogOutFile()
public void setLogOutFileName(java.lang.String newLogOutFileName)
public java.lang.String getLogOutFileName()
public void setLogOutFile(java.io.File newLogOutFile)
public static java.lang.String getDefaultLogOutFile()
public static java.util.logging.Level getDefaultLogLevel()