Uses of Class
org.eclipse.persistence.logging.LogLevel
-
Packages that use LogLevel Package Description org.eclipse.persistence.logging -
-
Uses of LogLevel in org.eclipse.persistence.logging
Methods in org.eclipse.persistence.logging that return LogLevel Modifier and Type Method Description static LogLevelLogLevel. toValue(int id)static LogLevelLogLevel. toValue(int id, LogLevel fallBack)static LogLevelLogLevel. toValue(String name)static LogLevelLogLevel. toValue(String name, LogLevel fallBack)static LogLevelLogLevel. valueOf(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.eclipse.persistence.logging with parameters of type LogLevel Modifier and Type Method Description booleanLogLevel. shouldLog(LogLevel level)Check if a message of the given level would actually be logged under this logging level.static LogLevelLogLevel. toValue(int id, LogLevel fallBack)static LogLevelLogLevel. toValue(String name, LogLevel fallBack)
-