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.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. -
-
Uses of Required in org.apache.logging.log4j.core.appender
Method parameters in org.apache.logging.log4j.core.appender with annotations of type Required Modifier and Type Method Description static SmtpAppender
SmtpAppender. createAppender(Configuration config, String name, String to, String cc, String bcc, String from, String replyTo, String subject, String smtpProtocol, String smtpHost, String smtpPortStr, String smtpUsername, String smtpPassword, String smtpDebug, String bufferSizeStr, Layout<? extends Serializable> layout, Filter filter, String ignore)
Deprecated.UseSmtpAppender.newBuilder()
to create and configure aSmtpAppender.Builder
instance. -
Uses of Required in org.apache.logging.log4j.core.async
Method parameters in org.apache.logging.log4j.core.async with annotations of type Required Modifier and Type Method Description static LoggerConfig
AsyncLoggerConfig. createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)
Factory method to create a LoggerConfig. -
Uses of Required in org.apache.logging.log4j.core.config
Method parameters in org.apache.logging.log4j.core.config with annotations of type Required Modifier and Type Method Description static LoggerConfig
LoggerConfig. createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter)
Factory method to create a LoggerConfig. -
Uses of Required in org.apache.logging.log4j.core.config.plugins.validation.validators
Methods in org.apache.logging.log4j.core.config.plugins.validation.validators with parameters of type Required Modifier and Type Method Description void
RequiredValidator. initialize(Required anAnnotation)
-