Uses of Class
org.glassfish.pfl.basic.logex.LogLevel
-
Packages that use LogLevel Package Description org.glassfish.pfl.basic.logex -
-
Uses of LogLevel in org.glassfish.pfl.basic.logex
Methods in org.glassfish.pfl.basic.logex that return LogLevel Modifier and Type Method Description LogLevel
level()
The logging Level (encoded as an enum) to use for the log record generated from the annotated method.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.
-