Uses of Class
org.apache.logging.log4j.core.config.json.JsonConfiguration.ErrorType
-
Packages that use JsonConfiguration.ErrorType Package Description org.apache.logging.log4j.core.config.json 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.ErrorType Modifier and Type Field Description private JsonConfiguration.ErrorType
JsonConfiguration.Status. errorType
Methods in org.apache.logging.log4j.core.config.json that return JsonConfiguration.ErrorType Modifier and Type Method Description static JsonConfiguration.ErrorType
JsonConfiguration.ErrorType. valueOf(java.lang.String name)
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.ErrorType Constructor Description Status(java.lang.String name, com.fasterxml.jackson.databind.JsonNode node, JsonConfiguration.ErrorType errorType)
-