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