Uses of Class
org.apache.logging.log4j.core.config.plugins.validation.constraints.Required
-
Packages that use Required Package Description org.apache.logging.log4j.core.appender Log4j 2 Appenders.org.apache.logging.log4j.core.appender.rolling.action Support classes for the Rolling File Appender.org.apache.logging.log4j.core.appender.routing Apache Flume Appender.org.apache.logging.log4j.core.async Provides Asynchronous Logger classes and interfaces for low-latency logging.org.apache.logging.log4j.core.config Configuration of Log4j 2.org.apache.logging.log4j.core.config.plugins.validation.validators ConstraintValidator implementations for the constraint annotations.org.apache.logging.log4j.core.net Log4j 2 network support. -
-
Uses of Required in org.apache.logging.log4j.core.appender
Fields in org.apache.logging.log4j.core.appender with annotations of type Required Modifier and Type Field Description private AppenderRef[]AsyncAppender.Builder. appenderRefsprivate AppenderSetScriptAppenderSelector.Builder. appenderSetprivate ConfigurationAppenderSet.Builder. configurationprivate ConfigurationScriptAppenderSelector.Builder. configurationprivate java.lang.StringAbstractFileAppender.Builder. fileNameprivate java.lang.StringFileAppender.Builder. fileNameprivate java.lang.StringRollingFileAppender.Builder. filePatternprivate java.lang.StringAbstractAppender.Builder. nameprivate java.lang.StringAsyncAppender.Builder. nameprivate java.lang.StringScriptAppenderSelector.Builder. nameprivate TriggeringPolicyRollingFileAppender.Builder. policyprivate AbstractScriptScriptAppenderSelector.Builder. scriptprivate ConsoleAppender.TargetConsoleAppender.Builder. targetprivate java.net.URLHttpAppender.Builder. url -
Uses of Required in org.apache.logging.log4j.core.appender.rolling.action
Fields in org.apache.logging.log4j.core.appender.rolling.action with annotations of type Required Modifier and Type Field Description private java.lang.StringPosixViewAttributeAction.Builder. basePath -
Uses of Required in org.apache.logging.log4j.core.appender.routing
Fields in org.apache.logging.log4j.core.appender.routing with annotations of type Required Modifier and Type Field Description private Route[]Routes.Builder. routes -
Uses of Required in org.apache.logging.log4j.core.async
Fields in org.apache.logging.log4j.core.async with annotations of type Required Modifier and Type Field Description private java.lang.StringAsyncWaitStrategyFactoryConfig.Builder. factoryClassNameMethod parameters in org.apache.logging.log4j.core.async with annotations of type Required Modifier and Type Method Description static LoggerConfigAsyncLoggerConfig. createLogger(boolean additivity, Level level, java.lang.String loggerName, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)Deprecated. -
Uses of Required in org.apache.logging.log4j.core.config
Fields in org.apache.logging.log4j.core.config with annotations of type Required Modifier and Type Field Description private java.lang.StringLoggerConfig.Builder. loggerNameMethod parameters in org.apache.logging.log4j.core.config with annotations of type Required Modifier and Type Method Description static LoggerConfigLoggerConfig. createLogger(boolean additivity, Level level, java.lang.String loggerName, java.lang.String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)Deprecated. -
Uses of Required in org.apache.logging.log4j.core.config.plugins.validation.validators
Fields in org.apache.logging.log4j.core.config.plugins.validation.validators declared as Required Modifier and Type Field Description private RequiredRequiredValidator. annotationMethods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type Required Modifier and Type Method Description voidRequiredValidator. initialize(Required anAnnotation) -
Uses of Required in org.apache.logging.log4j.core.net
Fields in org.apache.logging.log4j.core.net with annotations of type Required Modifier and Type Field Description private intSocketPerformancePreferences. bandwidthprivate intSocketPerformancePreferences. connectionTimeprivate intSocketPerformancePreferences. latency
-