Uses of Class
io.webfolder.cdp.logger.CdpLogLevel
-
Packages that use CdpLogLevel Package Description io.webfolder.cdp.logger -
-
Uses of CdpLogLevel in io.webfolder.cdp.logger
Methods in io.webfolder.cdp.logger that return CdpLogLevel Modifier and Type Method Description static CdpLogLevel
CdpLogLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CdpLogLevel[]
CdpLogLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.webfolder.cdp.logger with parameters of type CdpLogLevel Constructor Description CdpConsoleLogger(CdpLogLevel level)
-