Uses of Enum
org.apache.logging.log4j.core.net.Severity
Packages that use Severity
-
Uses of Severity in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net declared as SeverityMethods in org.apache.logging.log4j.core.net that return SeverityModifier and TypeMethodDescriptionPriority.getSeverity()
Returns the Severity.static Severity
Severity.getSeverity
(Level level) Returns the Severity for the specified Level.static Severity
Returns the enum constant of this type with the specified name.static Severity[]
Severity.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.logging.log4j.core.net with parameters of type SeverityModifier and TypeMethodDescriptionprivate static int
Priority.toPriority
(Facility aFacility, Severity aSeverity) Constructors in org.apache.logging.log4j.core.net with parameters of type Severity