Uses of Class
org.openqa.selenium.bidi.log.LogLevel
-
Packages that use LogLevel Package Description org.openqa.selenium.bidi.log -
-
Uses of LogLevel in org.openqa.selenium.bidi.log
Methods in org.openqa.selenium.bidi.log that return LogLevel Modifier and Type Method Description LogLevel
BaseLogEntry. getLevel()
LogLevel
FilterBy. getLevel()
static LogLevel
LogLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static LogLevel[]
LogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openqa.selenium.bidi.log with parameters of type LogLevel Modifier and Type Method Description static FilterBy
FilterBy. logLevel(LogLevel logLevel)
Constructors in org.openqa.selenium.bidi.log with parameters of type LogLevel Constructor Description BaseLogEntry(LogLevel level, java.lang.String text, long timestamp, StackTrace stackTrace)
ConsoleLogEntry(LogLevel level, java.lang.String text, long timestamp, java.lang.String type, java.lang.String method, java.lang.String realm, java.util.List<java.lang.Object> args, StackTrace stackTrace)
GenericLogEntry(LogLevel level, java.lang.String text, long timestamp, java.lang.String type, StackTrace stackTrace)
JavascriptLogEntry(LogLevel level, java.lang.String text, long timestamp, java.lang.String type, StackTrace stackTrace)
-