Uses of Class
org.apache.logging.log4j.core.config.plugins.PluginBuilderFactory
-
-
Uses of PluginBuilderFactory in org.apache.log4j.layout
Methods in org.apache.log4j.layout with annotations of type PluginBuilderFactory Modifier and Type Method Description static <B extends Log4j1SyslogLayout.Builder<B>>
BLog4j1SyslogLayout. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.appender
Methods in org.apache.logging.log4j.core.appender with annotations of type PluginBuilderFactory Modifier and Type Method Description static AppenderSet.BuilderAppenderSet. newBuilder()static AsyncAppender.BuilderAsyncAppender. newBuilder()static <B extends ConsoleAppender.Builder<B>>
BConsoleAppender. newBuilder()static <B extends FileAppender.Builder<B>>
BFileAppender. newBuilder()static <B extends HttpAppender.Builder<B>>
BHttpAppender. newBuilder()static <B extends MemoryMappedFileAppender.Builder<B>>
BMemoryMappedFileAppender. newBuilder()static <B extends OutputStreamAppender.Builder<B>>
BOutputStreamAppender. newBuilder()static <B extends RandomAccessFileAppender.Builder<B>>
BRandomAccessFileAppender. newBuilder()Creates a builder for a RandomAccessFileAppender.static <B extends RollingFileAppender.Builder<B>>
BRollingFileAppender. newBuilder()Creates a new Builder.static <B extends RollingRandomAccessFileAppender.Builder<B>>
BRollingRandomAccessFileAppender. newBuilder()static ScriptAppenderSelector.BuilderScriptAppenderSelector. newBuilder()static SocketAppender.BuilderSocketAppender. newBuilder()static <B extends WriterAppender.Builder<B>>
BWriterAppender. newBuilder()static <B extends SyslogAppender.Builder<B>>
BSyslogAppender. newSyslogAppenderBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.appender.db
Methods in org.apache.logging.log4j.core.appender.db with annotations of type PluginBuilderFactory Modifier and Type Method Description static ColumnMapping.BuilderColumnMapping. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.appender.db.jdbc
Methods in org.apache.logging.log4j.core.appender.db.jdbc with annotations of type PluginBuilderFactory Modifier and Type Method Description static ColumnConfig.BuilderColumnConfig. newBuilder()static <B extends DriverManagerConnectionSource.Builder<B>>
BDriverManagerConnectionSource. newBuilder()static <B extends JdbcAppender.Builder<B>>
BJdbcAppender. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.appender.mom
Methods in org.apache.logging.log4j.core.appender.mom with annotations of type PluginBuilderFactory Modifier and Type Method Description static JmsAppender.BuilderJmsAppender. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.appender.nosql
Methods in org.apache.logging.log4j.core.appender.nosql with annotations of type PluginBuilderFactory Modifier and Type Method Description static <B extends NoSqlAppender.Builder<B>>
BNoSqlAppender. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.appender.rolling
Methods in org.apache.logging.log4j.core.appender.rolling with annotations of type PluginBuilderFactory Modifier and Type Method Description static DefaultRolloverStrategy.BuilderDefaultRolloverStrategy. newBuilder()static DirectWriteRolloverStrategy.BuilderDirectWriteRolloverStrategy. newBuilder()static TimeBasedTriggeringPolicy.BuilderTimeBasedTriggeringPolicy. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.appender.rolling.action
Methods in org.apache.logging.log4j.core.appender.rolling.action with annotations of type PluginBuilderFactory Modifier and Type Method Description static PosixViewAttributeAction.BuilderPosixViewAttributeAction. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.appender.routing
Methods in org.apache.logging.log4j.core.appender.routing with annotations of type PluginBuilderFactory Modifier and Type Method Description static Routes.BuilderRoutes. newBuilder()static <B extends RoutingAppender.Builder<B>>
BRoutingAppender. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.async
Methods in org.apache.logging.log4j.core.async with annotations of type PluginBuilderFactory Modifier and Type Method Description static <B extends AsyncLoggerConfig.Builder<B>>
BAsyncLoggerConfig. newAsyncBuilder()static <B extends AsyncLoggerConfig.RootLogger.Builder<B>>
BAsyncLoggerConfig.RootLogger. newAsyncRootBuilder()static <B extends AsyncWaitStrategyFactoryConfig.Builder<B>>
BAsyncWaitStrategyFactoryConfig. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.config
Methods in org.apache.logging.log4j.core.config with annotations of type PluginBuilderFactory Modifier and Type Method Description static <B extends LoggerConfig.Builder<B>>
BLoggerConfig. newBuilder()static <B extends LoggerConfig.RootLogger.Builder<B>>
BLoggerConfig.RootLogger. newRootBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.config.arbiters
Methods in org.apache.logging.log4j.core.config.arbiters with annotations of type PluginBuilderFactory Modifier and Type Method Description static ClassArbiter.BuilderClassArbiter. newBuilder()static DefaultArbiter.BuilderDefaultArbiter. newBuilder()static ScriptArbiter.BuilderScriptArbiter. newBuilder()static SelectArbiter.BuilderSelectArbiter. newBuilder()static SystemPropertyArbiter.BuilderSystemPropertyArbiter. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.filter
Methods in org.apache.logging.log4j.core.filter with annotations of type PluginBuilderFactory Modifier and Type Method Description static BurstFilter.BuilderBurstFilter. newBuilder()static DenyAllFilter.BuilderDenyAllFilter. newBuilder()static LevelMatchFilter.BuilderLevelMatchFilter. newBuilder()static NoMarkerFilter.BuilderNoMarkerFilter. newBuilder()static StringMatchFilter.BuilderStringMatchFilter. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.layout
Methods in org.apache.logging.log4j.core.layout with annotations of type PluginBuilderFactory Modifier and Type Method Description static <B extends GelfLayout.Builder<B>>
BGelfLayout. newBuilder()static HtmlLayout.BuilderHtmlLayout. newBuilder()static <B extends JsonLayout.Builder<B>>
BJsonLayout. newBuilder()static LevelPatternSelector.BuilderLevelPatternSelector. newBuilder()Creates a builder for a custom ScriptPatternSelector.static MarkerPatternSelector.BuilderMarkerPatternSelector. newBuilder()Creates a builder for a custom ScriptPatternSelector.static PatternLayout.BuilderPatternLayout. newBuilder()Creates a builder for a custom PatternLayout.static PatternMatch.BuilderPatternMatch. newBuilder()static ScriptPatternSelector.BuilderScriptPatternSelector. newBuilder()Creates a builder for a custom ScriptPatternSelector.static <B extends SyslogLayout.Builder<B>>
BSyslogLayout. newBuilder()static <B extends XmlLayout.Builder<B>>
BXmlLayout. newBuilder()static <B extends YamlLayout.Builder<B>>
BYamlLayout. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.net
Methods in org.apache.logging.log4j.core.net with annotations of type PluginBuilderFactory Modifier and Type Method Description static SocketAddress.BuilderSocketAddress. newBuilder()static SocketOptionsSocketOptions. newBuilder()Constructs a new builder.static SocketPerformancePreferencesSocketPerformancePreferences. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.core.util
Methods in org.apache.logging.log4j.core.util with annotations of type PluginBuilderFactory Modifier and Type Method Description static KeyValuePair.BuilderKeyValuePair. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.layout.template.json
Methods in org.apache.logging.log4j.layout.template.json with annotations of type PluginBuilderFactory Modifier and Type Method Description static JsonTemplateLayout.EventTemplateAdditionalField.BuilderJsonTemplateLayout.EventTemplateAdditionalField. newBuilder()static JsonTemplateLayout.BuilderJsonTemplateLayout. newBuilder() -
Uses of PluginBuilderFactory in org.apache.logging.log4j.web.appender
Methods in org.apache.logging.log4j.web.appender with annotations of type PluginBuilderFactory Modifier and Type Method Description static <B extends ServletAppender.Builder<B>>
BServletAppender. newBuilder()
-