public class LogLevel extends Object implements SeleniumRepresentable
| Modifier and Type | Field and Description |
|---|---|
static LogLevel |
DEBUG
DEBUG log level
|
static LogLevel |
ERROR
ERROR log level
|
static LogLevel |
INFO
INFO log level
|
static LogLevel |
OFF
Logging OFF
|
static LogLevel |
WARN
WARN log level
|
| Constructor and Description |
|---|
LogLevel(String logLevelName)
Instantiates a new log level.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLogLevelName()
Gets the log level name.
|
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object
|
public static final LogLevel DEBUG
public static final LogLevel INFO
public static final LogLevel WARN
public static final LogLevel ERROR
public static final LogLevel OFF
public LogLevel(String logLevelName)
logLevelName - the log level namepublic String getLogLevelName()
public String inSeleniumRepresentation()
SeleniumRepresentableinSeleniumRepresentation in interface SeleniumRepresentableCopyright © 2013 JBoss by Red Hat. All Rights Reserved.