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 SeveritySeverity.getSeverity(Level level) Returns the Severity for the specified Level.static SeverityReturns 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 intPriority.toPriority(Facility aFacility, Severity aSeverity) Constructors in org.apache.logging.log4j.core.net with parameters of type Severity