org.openqa.selenium.android.library
Class Logger

java.lang.Object
  extended by org.openqa.selenium.android.library.Logger

public class Logger
extends Object


Constructor Summary
Logger()
           
 
Method Summary
static Logger getLogger()
           
static void log(Level value, String className, String methodName, String message)
           
static void setDebugMode(boolean enabled)
           
static void setLevel(Level level)
          Sets the logging level for this logger.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Logger

public Logger()
Method Detail

setLevel

public static void setLevel(Level level)
Sets the logging level for this logger.

Parameters:
level -

log

public static void log(Level value,
                       String className,
                       String methodName,
                       String message)

setDebugMode

public static void setDebugMode(boolean enabled)

getLogger

public static Logger getLogger()


Copyright © 2013. All Rights Reserved.