Uses of Enum
org.apache.logging.log4j.core.config.json.JsonConfiguration.ErrorType
Packages that use JsonConfiguration.ErrorType
Package
Description
Classes and interfaces supporting configuration of Log4j 2 with JSON.
-
Uses of JsonConfiguration.ErrorType in org.apache.logging.log4j.core.config.json
Fields in org.apache.logging.log4j.core.config.json declared as JsonConfiguration.ErrorTypeModifier and TypeFieldDescriptionprivate final JsonConfiguration.ErrorType
JsonConfiguration.Status.errorType
Methods in org.apache.logging.log4j.core.config.json that return JsonConfiguration.ErrorTypeModifier and TypeMethodDescriptionstatic JsonConfiguration.ErrorType
Returns the enum constant of this type with the specified name.static JsonConfiguration.ErrorType[]
JsonConfiguration.ErrorType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.logging.log4j.core.config.json with parameters of type JsonConfiguration.ErrorTypeModifierConstructorDescriptionStatus
(String name, com.fasterxml.jackson.databind.JsonNode node, JsonConfiguration.ErrorType errorType)