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 Level normalize(Level level)
level - log level to normalizepublic static String getName(Level level)
level - log level to get the string name ofCopyright © 2015. All rights reserved.