|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.log.LogLevel
public class LogLevel
Logging level of Selenium command processor.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
LogLevel(String logLevelName)
Instantiates a new log level. |
|
| Method Summary | |
|---|---|
String |
getLogLevelName()
Gets the log level name. |
String |
inSeleniumRepresentation()
Returns Selenium's string representation of this object |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public LogLevel(String logLevelName)
logLevelName - the log level name| Method Detail |
|---|
public String getLogLevelName()
public String inSeleniumRepresentation()
SeleniumRepresentable
inSeleniumRepresentation in interface SeleniumRepresentable
|
Graphene Selenium: API 2.0.0.Alpha1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||