Graphene Selenium: API 2.0.0.Alpha1

org.jboss.arquillian.ajocado.log
Class LogLevel

java.lang.Object
  extended by org.jboss.arquillian.ajocado.log.LogLevel
All Implemented Interfaces:
SeleniumRepresentable

public class LogLevel
extends Object
implements SeleniumRepresentable

Logging level of Selenium command processor.

Version:
$Revision$
Author:
Lukas Fryc

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

DEBUG

public static final LogLevel DEBUG
DEBUG log level


INFO

public static final LogLevel INFO
INFO log level


WARN

public static final LogLevel WARN
WARN log level


ERROR

public static final LogLevel ERROR
ERROR log level


OFF

public static final LogLevel OFF
Logging OFF

Constructor Detail

LogLevel

public LogLevel(String logLevelName)
Instantiates a new log level.

Parameters:
logLevelName - the log level name
Method Detail

getLogLevelName

public String getLogLevelName()
Gets the log level name.

Returns:
the log level name

inSeleniumRepresentation

public String inSeleniumRepresentation()
Description copied from interface: SeleniumRepresentable
Returns Selenium's string representation of this object

Specified by:
inSeleniumRepresentation in interface SeleniumRepresentable
Returns:
Selenium's string representation of this object

Graphene Selenium: API 2.0.0.Alpha1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.