org.openqa.selenium.android.library
Class Logger
java.lang.Object
org.openqa.selenium.android.library.Logger
public class Logger
- extends java.lang.Object
|
Method Summary |
static java.util.logging.Logger |
getLogger()
|
static void |
log(java.util.logging.Level value,
java.lang.String className,
java.lang.String methodName,
java.lang.String message)
|
static void |
setDebugMode(boolean enabled)
|
static void |
setLevel(java.util.logging.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 |
Logger
public Logger()
setLevel
public static void setLevel(java.util.logging.Level level)
- Sets the logging level for this logger.
- Parameters:
level -
log
public static void log(java.util.logging.Level value,
java.lang.String className,
java.lang.String methodName,
java.lang.String message)
setDebugMode
public static void setDebugMode(boolean enabled)
getLogger
public static java.util.logging.Logger getLogger()
Copyright © 2012. All Rights Reserved.