Uses of Class
net.dreamlu.mica.java11.rest.logger.HttpLogLevel
-
Packages that use HttpLogLevel Package Description net.dreamlu.mica.java11.rest.logger -
-
Uses of HttpLogLevel in net.dreamlu.mica.java11.rest.logger
Methods in net.dreamlu.mica.java11.rest.logger that return HttpLogLevel Modifier and Type Method Description static HttpLogLevelHttpLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpLogLevel[]HttpLogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.dreamlu.mica.java11.rest.logger with parameters of type HttpLogLevel Modifier and Type Method Description booleanHttpLogLevel. lte(HttpLogLevel level)当前版本 小于和等于 比较的版本
-