org.openqa.selenium.remote.server.log
Class LoggingOptions

java.lang.Object
  extended by org.openqa.selenium.remote.server.log.LoggingOptions

public class LoggingOptions
extends Object


Constructor Summary
LoggingOptions()
           
 
Method Summary
 boolean dontTouchLogging()
           
static Level getDefaultLogLevel()
           
static String getDefaultLogOutFile()
           
 File getLogOutFile()
           
 String getLogOutFileName()
           
 boolean isCaptureOfLogsOnQuitEnabled()
           
 void setCaptureLogsOnQuit(boolean captureLogs)
           
 void setDontTouchLogging(boolean newValue)
           
 void setLogOutFile(File newLogOutFile)
           
 void setLogOutFileName(String newLogOutFileName)
           
 int shortTermMemoryLoggerCapacity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoggingOptions

public LoggingOptions()
Method Detail

dontTouchLogging

public boolean dontTouchLogging()

setDontTouchLogging

public void setDontTouchLogging(boolean newValue)

shortTermMemoryLoggerCapacity

public int shortTermMemoryLoggerCapacity()

isCaptureOfLogsOnQuitEnabled

public boolean isCaptureOfLogsOnQuitEnabled()

setCaptureLogsOnQuit

public void setCaptureLogsOnQuit(boolean captureLogs)

getLogOutFile

public File getLogOutFile()

setLogOutFileName

public void setLogOutFileName(String newLogOutFileName)

getLogOutFileName

public String getLogOutFileName()

setLogOutFile

public void setLogOutFile(File newLogOutFile)

getDefaultLogOutFile

public static String getDefaultLogOutFile()

getDefaultLogLevel

public static Level getDefaultLogLevel()


Copyright © 2013. All rights reserved.