Ajocado API 1.0.0.Alpha2

org.jboss.arquillian.ajocado.encapsulated
Class LogLevel

java.lang.Object
  extended by org.jboss.arquillian.ajocado.encapsulated.LogLevel

public class LogLevel
extends Object

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 toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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

toString

public String toString()
Overrides:
toString in class Object

Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.