Package org.openqa.selenium.logging
Class LogLevelMapping
java.lang.Object
org.openqa.selenium.logging.LogLevelMapping
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LogLevelMapping
public LogLevelMapping()
-
-
Method Details
-
normalize
Normalizes the given level to one of those supported by Selenium.- Parameters:
level
- log level to normalize- Returns:
- the selenium supported corresponding log level
-
getName
Converts the JDK level to a name supported by Selenium.- Parameters:
level
- log level to get the string name of- Returns:
- string name representation of the level selenium supports
-
toLevel
-