Modifier and Type | Method and Description |
---|---|
static Log4j1XmlLayout |
Log4j1XmlLayout.createLayout(boolean locationInfo,
boolean properties) |
Modifier and Type | Method and Description |
---|---|
static OutputStreamAppender |
OutputStreamAppender.createAppender(Layout<? extends Serializable> layout,
Filter filter,
OutputStream target,
String name,
boolean follow,
boolean ignore)
Creates an OutputStream Appender.
|
static NullAppender |
NullAppender.createAppender(String name) |
static CountingNoOpAppender |
CountingNoOpAppender.createAppender(String name)
Creates a CountingNoOp Appender.
|
static SocketAppender |
SocketAppender.createAppender(String host,
int port,
Protocol protocol,
SslConfiguration sslConfig,
int connectTimeoutMillis,
int reconnectDelayMillis,
boolean immediateFail,
String name,
boolean immediateFlush,
boolean ignoreExceptions,
Layout<? extends Serializable> layout,
Filter filter,
boolean advertise,
Configuration configuration)
Deprecated.
Deprecated in 2.7; use
SocketAppender.newBuilder() |
static WriterAppender |
WriterAppender.createAppender(StringLayout layout,
Filter filter,
Writer target,
String name,
boolean follow,
boolean ignore)
Creates a WriterAppender.
|
static FailoverAppender |
FailoverAppender.createAppender(String name,
String primary,
String[] failovers,
String retryIntervalSeconds,
Configuration config,
Filter filter,
String ignore)
Create a Failover Appender.
|
static String[] |
FailoversPlugin.createFailovers(AppenderRef... refs)
Returns the appender references.
|
Modifier and Type | Method and Description |
---|---|
static RewriteAppender |
RewriteAppender.createAppender(String name,
String ignore,
AppenderRef[] appenderRefs,
Configuration config,
RewritePolicy rewritePolicy,
Filter filter)
Creates a RewriteAppender.
|
static PropertiesRewritePolicy |
PropertiesRewritePolicy.createPolicy(Configuration config,
Property[] props)
Creates a PropertiesRewritePolicy.
|
static LoggerNameLevelRewritePolicy |
LoggerNameLevelRewritePolicy.createPolicy(String loggerNamePrefix,
KeyValuePair[] levelPairs)
Creates a policy to rewrite levels for a given logger name.
|
static MapRewritePolicy |
MapRewritePolicy.createPolicy(String mode,
KeyValuePair[] pairs)
The factory method to create the MapRewritePolicy.
|
Modifier and Type | Method and Description |
---|---|
static NoOpTriggeringPolicy |
NoOpTriggeringPolicy.createPolicy() |
static CronTriggeringPolicy |
CronTriggeringPolicy.createPolicy(Configuration configuration,
String evaluateOnStartup,
String schedule)
Creates a ScheduledTriggeringPolicy.
|
static OnStartupTriggeringPolicy |
OnStartupTriggeringPolicy.createPolicy(long minSize) |
static SizeBasedTriggeringPolicy |
SizeBasedTriggeringPolicy.createPolicy(String size)
Create a SizeBasedTriggeringPolicy.
|
static CompositeTriggeringPolicy |
CompositeTriggeringPolicy.createPolicy(TriggeringPolicy... triggeringPolicy)
Creates a CompositeTriggeringPolicy.
|
static DirectWriteRolloverStrategy |
DirectWriteRolloverStrategy.createStrategy(String maxFiles,
String compressionLevelStr,
Action[] customActions,
boolean stopCustomActionsOnError,
Configuration config)
Deprecated.
Since 2.9 Usage of Builder API is preferable
|
static DefaultRolloverStrategy |
DefaultRolloverStrategy.createStrategy(String max,
String min,
String fileIndex,
String compressionLevelStr,
Action[] customActions,
boolean stopCustomActionsOnError,
Configuration config)
Deprecated.
Since 2.9 Usage of Builder API is preferable
|
Modifier and Type | Method and Description |
---|---|
static IfLastModified |
IfLastModified.createAgeCondition(Duration age,
PathCondition... nestedConditions)
Create an IfLastModified condition.
|
static IfAll |
IfAll.createAndCondition(PathCondition... components)
Create a Composite PathCondition whose components all need to accept before this condition accepts.
|
static ScriptCondition |
ScriptCondition.createCondition(AbstractScript script,
Configuration configuration)
Creates the ScriptCondition.
|
static DeleteAction |
DeleteAction.createDeleteAction(String basePath,
boolean followLinks,
int maxDepth,
boolean testMode,
PathSorter sorterParameter,
PathCondition[] pathConditions,
ScriptCondition scriptCondition,
Configuration config)
Create a DeleteAction.
|
static IfAccumulatedFileCount |
IfAccumulatedFileCount.createFileCountCondition(int threshold,
PathCondition... nestedConditions)
Create an IfAccumulatedFileCount condition.
|
static IfAccumulatedFileSize |
IfAccumulatedFileSize.createFileSizeCondition(String size,
PathCondition... nestedConditions)
Create an IfAccumulatedFileSize condition.
|
static IfFileName |
IfFileName.createNameCondition(String glob,
String regex,
PathCondition... nestedConditions)
Creates a IfFileName condition that returns true if either the specified
glob pattern or the regular expression matches the relative path.
|
static IfNot |
IfNot.createNotCondition(PathCondition condition)
Create an IfNot PathCondition.
|
static IfAny |
IfAny.createOrCondition(PathCondition... components)
Create a Composite PathCondition: accepts if any of the nested conditions accepts.
|
static PathSorter |
PathSortByModificationTime.createSorter(boolean recentFirst)
Create a PathSorter that sorts by lastModified time.
|
Modifier and Type | Method and Description |
---|---|
static PurgePolicy |
IdlePurgePolicy.createPurgePolicy(String timeToLive,
String checkInterval,
String timeUnit,
Configuration configuration)
Create the PurgePolicy
|
static Route |
Route.createRoute(String appenderRef,
String key,
Node node)
Create the Route.
|
Modifier and Type | Method and Description |
---|---|
static <E> ArrayBlockingQueueFactory<E> |
ArrayBlockingQueueFactory.createFactory() |
static <E> LinkedTransferQueueFactory<E> |
LinkedTransferQueueFactory.createFactory() |
static <E> JCToolsBlockingQueueFactory<E> |
JCToolsBlockingQueueFactory.createFactory(JCToolsBlockingQueueFactory.WaitStrategy waitStrategy) |
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.
|
static LoggerConfig |
AsyncLoggerConfig.RootLogger.createLogger(String additivity,
Level level,
String includeLocation,
AppenderRef[] refs,
Property[] properties,
Configuration config,
Filter filter) |
Modifier and Type | Method and Description |
---|---|
static StrLookup |
PropertiesPlugin.configureSubstitutor(Property[] properties,
Configuration config)
Creates the Properties component.
|
static AppenderRef |
AppenderRef.createAppenderRef(String ref,
Level level,
Filter filter)
Create an Appender reference.
|
static ConcurrentMap<String,Appender> |
AppendersPlugin.createAppenders(Appender[] appenders)
Creates a Map of the Appenders.
|
static CustomLevels |
CustomLevels.createCustomLevels(CustomLevelConfig[] customLevels)
Create a CustomLevels object to contain all the CustomLevelConfigs.
|
static CustomLevelConfig |
CustomLevelConfig.createLevel(String levelName,
int intLevel)
Creates a CustomLevelConfig object.
|
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.
|
static LoggerConfig |
LoggerConfig.RootLogger.createLogger(String additivity,
Level level,
String includeLocation,
AppenderRef[] refs,
Property[] properties,
Configuration config,
Filter filter) |
static Loggers |
LoggersPlugin.createLoggers(LoggerConfig[] loggers)
Create a Loggers object to contain all the Loggers.
|
static Property |
Property.createProperty(String name,
String value)
Creates a Property.
|
static AbstractScript[] |
ScriptsPlugin.createScripts(AbstractScript[] scripts)
Return the array of scripts
|
Modifier and Type | Method and Description |
---|---|
static ScriptFilter |
ScriptFilter.createFilter(AbstractScript script,
Filter.Result match,
Filter.Result mismatch,
Configuration configuration)
Creates the ScriptFilter.
|
static ThreadContextMapFilter |
ThreadContextMapFilter.createFilter(KeyValuePair[] pairs,
String oper,
Filter.Result match,
Filter.Result mismatch) |
static StructuredDataFilter |
StructuredDataFilter.createFilter(KeyValuePair[] pairs,
String oper,
Filter.Result match,
Filter.Result mismatch)
Creates the StructuredDataFilter.
|
static MapFilter |
MapFilter.createFilter(KeyValuePair[] pairs,
String oper,
Filter.Result match,
Filter.Result mismatch) |
static ThresholdFilter |
ThresholdFilter.createFilter(Level level,
Filter.Result match,
Filter.Result mismatch)
Creates a ThresholdFilter.
|
static LevelRangeFilter |
LevelRangeFilter.createFilter(Level minLevel,
Level maxLevel,
Filter.Result match,
Filter.Result mismatch)
Creates a ThresholdFilter.
|
static MarkerFilter |
MarkerFilter.createFilter(String marker,
Filter.Result match,
Filter.Result mismatch)
Creates the MarkerFilter.
|
static DynamicThresholdFilter |
DynamicThresholdFilter.createFilter(String key,
KeyValuePair[] pairs,
Level defaultThreshold,
Filter.Result onMatch,
Filter.Result onMismatch)
Creates a DynamicThresholdFilter.
|
static RegexFilter |
RegexFilter.createFilter(String regex,
String[] patternFlags,
Boolean useRawMsg,
Filter.Result match,
Filter.Result mismatch)
Creates a Filter that matches a regular expression.
|
static TimeFilter |
TimeFilter.createFilter(String start,
String end,
String tz,
Filter.Result match,
Filter.Result mismatch)
Creates a TimeFilter.
|
static CompositeFilter |
CompositeFilter.createFilters(Filter[] filters)
Creates a CompositeFilter.
|
Modifier and Type | Method and Description |
---|---|
static Layout<?> |
MessageLayout.createLayout() |
static SerializedLayout |
SerializedLayout.createLayout()
Deprecated.
|
static HtmlLayout |
HtmlLayout.createLayout(boolean locationInfo,
String title,
String contentType,
Charset charset,
String fontSize,
String font)
Deprecated.
|
static Rfc5424Layout |
Rfc5424Layout.createLayout(Facility facility,
String id,
int enterpriseNumber,
boolean includeMDC,
String mdcId,
String mdcPrefix,
String eventPrefix,
boolean newLine,
String escapeNL,
String appName,
String msgId,
String excludes,
String includes,
String required,
String exceptionPattern,
boolean useTlsMessageFormat,
LoggerFields[] loggerFields,
Configuration config)
Create the RFC 5424 Layout.
|
static PatternLayout |
PatternLayout.createLayout(String pattern,
PatternSelector patternSelector,
Configuration config,
RegexReplacement replace,
Charset charset,
boolean alwaysWriteExceptions,
boolean noConsoleNoAnsi,
String headerPattern,
String footerPattern)
Deprecated.
Use
PatternLayout.newBuilder() instead. This will be private in a future version. |
static LoggerFields |
LoggerFields.createLoggerFields(KeyValuePair[] keyValuePairs,
String sdId,
String enterpriseId,
boolean discardIfAllFieldsAreEmpty)
Create a LoggerFields from KeyValuePairs.
|
Modifier and Type | Method and Description |
---|---|
static TrustStoreConfiguration |
TrustStoreConfiguration.createKeyStoreConfiguration(String location,
char[] password,
String passwordEnvironmentVariable,
String passwordFile,
String keyStoreType,
String trustManagerFactoryAlgorithm)
Creates a KeyStoreConfiguration.
|
static KeyStoreConfiguration |
KeyStoreConfiguration.createKeyStoreConfiguration(String location,
char[] password,
String passwordEnvironmentVariable,
String passwordFile,
String keyStoreType,
String keyManagerFactoryAlgorithm)
Creates a KeyStoreConfiguration.
|
static SslConfiguration |
SslConfiguration.createSSLConfiguration(String protocol,
KeyStoreConfiguration keyStoreConfig,
TrustStoreConfiguration trustStoreConfig)
Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.
|
Modifier and Type | Method and Description |
---|---|
static RegexReplacement |
RegexReplacement.createRegexReplacement(Pattern regex,
String replacement)
Create a RegexReplacement.
|
Modifier and Type | Method and Description |
---|---|
static ScriptRef |
ScriptRef.createReference(String name,
Configuration configuration) |
static Script |
Script.createScript(String name,
String language,
String scriptText) |
static ScriptFile |
ScriptFile.createScript(String name,
String language,
String filePathOrUri,
Boolean isWatched,
Charset charset) |
Modifier and Type | Method and Description |
---|---|
static ThreadContextStackResolverFactory |
ThreadContextStackResolverFactory.getInstance() |
static CaseConverterResolverFactory |
CaseConverterResolverFactory.getInstance() |
static MessageResolverFactory |
MessageResolverFactory.getInstance() |
static ExceptionResolverFactory |
ExceptionResolverFactory.getInstance() |
static TimestampResolverFactory |
TimestampResolverFactory.getInstance() |
static EndOfBatchResolverFactory |
EndOfBatchResolverFactory.getInstance() |
static LevelResolverFactory |
LevelResolverFactory.getInstance() |
static MapResolverFactory |
MapResolverFactory.getInstance() |
static CounterResolverFactory |
CounterResolverFactory.getInstance() |
static ThreadContextDataResolverFactory |
ThreadContextDataResolverFactory.getInstance() |
static EventAdditionalFieldInterceptor |
EventAdditionalFieldInterceptor.getInstance() |
static SourceResolverFactory |
SourceResolverFactory.getInstance() |
static ExceptionRootCauseResolverFactory |
ExceptionRootCauseResolverFactory.getInstance() |
static PatternResolverFactory |
PatternResolverFactory.getInstance() |
static ThreadResolverFactory |
ThreadResolverFactory.getInstance() |
static EventRootObjectKeyInterceptor |
EventRootObjectKeyInterceptor.getInstance() |
static MarkerResolverFactory |
MarkerResolverFactory.getInstance() |
static LoggerResolverFactory |
LoggerResolverFactory.getInstance() |
static MessageParameterResolverFactory |
MessageParameterResolverFactory.getInstance() |
static MainMapResolverFactory |
MainMapResolverFactory.getInstance() |
Copyright © 1999-2021 The Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.