public class LogLevelMapping extends Object
| Constructor and Description |
|---|
LogLevelMapping() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getName(Level level)
Converts the JDK level to a name supported by Selenium.
|
static Level |
normalize(Level level)
Normalizes the given level to one of those supported by Selenium.
|
static Level |
toLevel(String logLevelName) |
public static String getName(Level level)
level - log level to get the string name ofpublic static Level normalize(Level level)
level - log level to normalizeCopyright © 2014-2016 Machine Publishers, LLC.
Project homepage: https://github.com/machinepublishers/jbrowserdriver