Uses of Annotation Type
org.apache.logging.log4j.core.config.plugins.PluginAttribute
Packages that use PluginAttribute
Package
Description
Log4j 2 Appenders.
Apache Flume Appender.
Rolling File Appender and support classes.
Support classes for the Rolling File Appender.
Apache Flume Appender.
Provides Asynchronous Logger classes and interfaces for low-latency logging.
Configuration of Log4j 2.
Log4j 2 Filter support.
Log4j 2 Layout support.
Log4j 2 SSL support
Provides classes implementing format specifiers in conversion patterns.
Log4j 2 Script support.
-
Uses of PluginAttribute in org.apache.log4j.layout
Method parameters in org.apache.log4j.layout with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic Log4j1XmlLayoutLog4j1XmlLayout.createLayout(boolean locationInfo, boolean properties) static Log4j1XmlLayoutLog4j1XmlLayout.createLayout(boolean locationInfo, boolean properties) -
Uses of PluginAttribute in org.apache.logging.log4j.core.appender
Method parameters in org.apache.logging.log4j.core.appender with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic CountingNoOpAppenderCountingNoOpAppender.createAppender(String name) Creates a CountingNoOp Appender.static FailoverAppenderFailoverAppender.createAppender(String name, String primary, String[] failovers, String retryIntervalSeconds, Configuration config, Filter filter, String ignore) Create a Failover Appender.static FailoverAppenderFailoverAppender.createAppender(String name, String primary, String[] failovers, String retryIntervalSeconds, Configuration config, Filter filter, String ignore) Create a Failover Appender.static FailoverAppenderFailoverAppender.createAppender(String name, String primary, String[] failovers, String retryIntervalSeconds, Configuration config, Filter filter, String ignore) Create a Failover Appender.static FailoverAppenderFailoverAppender.createAppender(String name, String primary, String[] failovers, String retryIntervalSeconds, Configuration config, Filter filter, String ignore) Create a Failover Appender.static NullAppenderNullAppender.createAppender(String name) -
Uses of PluginAttribute in org.apache.logging.log4j.core.appender.rewrite
Method parameters in org.apache.logging.log4j.core.appender.rewrite with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic RewriteAppenderRewriteAppender.createAppender(String name, String ignore, AppenderRef[] appenderRefs, Configuration config, RewritePolicy rewritePolicy, Filter filter) Creates a RewriteAppender.static RewriteAppenderRewriteAppender.createAppender(String name, String ignore, AppenderRef[] appenderRefs, Configuration config, RewritePolicy rewritePolicy, Filter filter) Creates a RewriteAppender.static LoggerNameLevelRewritePolicyLoggerNameLevelRewritePolicy.createPolicy(String loggerNamePrefix, KeyValuePair[] levelPairs) Creates a policy to rewrite levels for a given logger name.static MapRewritePolicyMapRewritePolicy.createPolicy(String mode, KeyValuePair[] pairs) The factory method to create the MapRewritePolicy. -
Uses of PluginAttribute in org.apache.logging.log4j.core.appender.rolling
Method parameters in org.apache.logging.log4j.core.appender.rolling with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic CronTriggeringPolicyCronTriggeringPolicy.createPolicy(Configuration configuration, String evaluateOnStartup, String schedule) Creates a ScheduledTriggeringPolicy.static CronTriggeringPolicyCronTriggeringPolicy.createPolicy(Configuration configuration, String evaluateOnStartup, String schedule) Creates a ScheduledTriggeringPolicy.static OnStartupTriggeringPolicyOnStartupTriggeringPolicy.createPolicy(long minSize) static SizeBasedTriggeringPolicySizeBasedTriggeringPolicy.createPolicy(String size) Create a SizeBasedTriggeringPolicy.static TimeBasedTriggeringPolicyTimeBasedTriggeringPolicy.createPolicy(String interval, String modulate) Deprecated.static TimeBasedTriggeringPolicyTimeBasedTriggeringPolicy.createPolicy(String interval, String modulate) Deprecated.static DefaultRolloverStrategyDefaultRolloverStrategy.createStrategy(String max, String min, String fileIndex, String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config) Deprecated.Since 2.9 Usage of Builder API is preferablestatic DefaultRolloverStrategyDefaultRolloverStrategy.createStrategy(String max, String min, String fileIndex, String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config) Deprecated.Since 2.9 Usage of Builder API is preferablestatic DefaultRolloverStrategyDefaultRolloverStrategy.createStrategy(String max, String min, String fileIndex, String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config) Deprecated.Since 2.9 Usage of Builder API is preferablestatic DefaultRolloverStrategyDefaultRolloverStrategy.createStrategy(String max, String min, String fileIndex, String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config) Deprecated.Since 2.9 Usage of Builder API is preferablestatic DefaultRolloverStrategyDefaultRolloverStrategy.createStrategy(String max, String min, String fileIndex, String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config) Deprecated.Since 2.9 Usage of Builder API is preferablestatic DirectWriteRolloverStrategyDirectWriteRolloverStrategy.createStrategy(String maxFiles, String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config) Deprecated.Since 2.9 Usage of Builder API is preferablestatic DirectWriteRolloverStrategyDirectWriteRolloverStrategy.createStrategy(String maxFiles, String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config) Deprecated.Since 2.9 Usage of Builder API is preferablestatic DirectWriteRolloverStrategyDirectWriteRolloverStrategy.createStrategy(String maxFiles, String compressionLevelStr, Action[] customActions, boolean stopCustomActionsOnError, Configuration config) Deprecated.Since 2.9 Usage of Builder API is preferable -
Uses of PluginAttribute in org.apache.logging.log4j.core.appender.rolling.action
Method parameters in org.apache.logging.log4j.core.appender.rolling.action with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic IfLastModifiedIfLastModified.createAgeCondition(Duration age, PathCondition... nestedConditions) Create an IfLastModified condition.static DeleteActionDeleteAction.createDeleteAction(String basePath, boolean followLinks, int maxDepth, boolean testMode, PathSorter sorterParameter, PathCondition[] pathConditions, ScriptCondition scriptCondition, Configuration config) Create a DeleteAction.static DeleteActionDeleteAction.createDeleteAction(String basePath, boolean followLinks, int maxDepth, boolean testMode, PathSorter sorterParameter, PathCondition[] pathConditions, ScriptCondition scriptCondition, Configuration config) Create a DeleteAction.static DeleteActionDeleteAction.createDeleteAction(String basePath, boolean followLinks, int maxDepth, boolean testMode, PathSorter sorterParameter, PathCondition[] pathConditions, ScriptCondition scriptCondition, Configuration config) Create a DeleteAction.static DeleteActionDeleteAction.createDeleteAction(String basePath, boolean followLinks, int maxDepth, boolean testMode, PathSorter sorterParameter, PathCondition[] pathConditions, ScriptCondition scriptCondition, Configuration config) Create a DeleteAction.static IfAccumulatedFileCountIfAccumulatedFileCount.createFileCountCondition(int threshold, PathCondition... nestedConditions) Create an IfAccumulatedFileCount condition.static IfAccumulatedFileSizeIfAccumulatedFileSize.createFileSizeCondition(String size, PathCondition... nestedConditions) Create an IfAccumulatedFileSize condition.static IfFileNameIfFileName.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 IfFileNameIfFileName.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 PathSorterPathSortByModificationTime.createSorter(boolean recentFirst) Create a PathSorter that sorts by lastModified time. -
Uses of PluginAttribute in org.apache.logging.log4j.core.appender.routing
Fields in org.apache.logging.log4j.core.appender.routing with annotations of type PluginAttributeMethod parameters in org.apache.logging.log4j.core.appender.routing with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic PurgePolicyIdlePurgePolicy.createPurgePolicy(String timeToLive, String checkInterval, String timeUnit, Configuration configuration) Create the PurgePolicystatic PurgePolicyIdlePurgePolicy.createPurgePolicy(String timeToLive, String checkInterval, String timeUnit, Configuration configuration) Create the PurgePolicystatic PurgePolicyIdlePurgePolicy.createPurgePolicy(String timeToLive, String checkInterval, String timeUnit, Configuration configuration) Create the PurgePolicystatic RouteRoute.createRoute(String appenderRef, String key, Node node) Create the Route.static RouteRoute.createRoute(String appenderRef, String key, Node node) Create the Route. -
Uses of PluginAttribute in org.apache.logging.log4j.core.async
Method parameters in org.apache.logging.log4j.core.async with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic <E> JCToolsBlockingQueueFactory<E> JCToolsBlockingQueueFactory.createFactory(JCToolsBlockingQueueFactory.WaitStrategy waitStrategy) static LoggerConfigAsyncLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigAsyncLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigAsyncLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigAsyncLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigAsyncLoggerConfig.RootLogger.createLogger(String additivity, Level level, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigAsyncLoggerConfig.RootLogger.createLogger(String additivity, Level level, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigAsyncLoggerConfig.RootLogger.createLogger(String additivity, Level level, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated. -
Uses of PluginAttribute in org.apache.logging.log4j.core.config
Method parameters in org.apache.logging.log4j.core.config with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic AppenderRefAppenderRef.createAppenderRef(String ref, Level level, Filter filter) Create an Appender reference.static AppenderRefAppenderRef.createAppenderRef(String ref, Level level, Filter filter) Create an Appender reference.static CustomLevelConfigCustomLevelConfig.createLevel(String levelName, int intLevel) Creates a CustomLevelConfig object.static CustomLevelConfigCustomLevelConfig.createLevel(String levelName, int intLevel) Creates a CustomLevelConfig object.static LoggerConfigLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigLoggerConfig.createLogger(boolean additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigLoggerConfig.createLogger(String additivity, Level level, String loggerName, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigLoggerConfig.RootLogger.createLogger(String additivity, Level level, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigLoggerConfig.RootLogger.createLogger(String additivity, Level level, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static LoggerConfigLoggerConfig.RootLogger.createLogger(String additivity, Level level, String includeLocation, AppenderRef[] refs, Property[] properties, Configuration config, Filter filter) Deprecated.static PropertyProperty.createProperty(String name, String rawValue, Configuration configuration) Creates a Property. -
Uses of PluginAttribute in org.apache.logging.log4j.core.filter
Method parameters in org.apache.logging.log4j.core.filter with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic DynamicThresholdFilterDynamicThresholdFilter.createFilter(String key, KeyValuePair[] pairs, Level defaultThreshold, Filter.Result onMatch, Filter.Result onMismatch) Creates a DynamicThresholdFilter.static DynamicThresholdFilterDynamicThresholdFilter.createFilter(String key, KeyValuePair[] pairs, Level defaultThreshold, Filter.Result onMatch, Filter.Result onMismatch) Creates a DynamicThresholdFilter.static DynamicThresholdFilterDynamicThresholdFilter.createFilter(String key, KeyValuePair[] pairs, Level defaultThreshold, Filter.Result onMatch, Filter.Result onMismatch) Creates a DynamicThresholdFilter.static DynamicThresholdFilterDynamicThresholdFilter.createFilter(String key, KeyValuePair[] pairs, Level defaultThreshold, Filter.Result onMatch, Filter.Result onMismatch) Creates a DynamicThresholdFilter.static LevelRangeFilterLevelRangeFilter.createFilter(Level minLevel, Level maxLevel, Filter.Result match, Filter.Result mismatch) Creates a ThresholdFilter.static LevelRangeFilterLevelRangeFilter.createFilter(Level minLevel, Level maxLevel, Filter.Result match, Filter.Result mismatch) Creates a ThresholdFilter.static LevelRangeFilterLevelRangeFilter.createFilter(Level minLevel, Level maxLevel, Filter.Result match, Filter.Result mismatch) Creates a ThresholdFilter.static LevelRangeFilterLevelRangeFilter.createFilter(Level minLevel, Level maxLevel, Filter.Result match, Filter.Result mismatch) Creates a ThresholdFilter.static MapFilterMapFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) static MapFilterMapFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) static MapFilterMapFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) static MarkerFilterMarkerFilter.createFilter(String marker, Filter.Result match, Filter.Result mismatch) Creates the MarkerFilter.static MarkerFilterMarkerFilter.createFilter(String marker, Filter.Result match, Filter.Result mismatch) Creates the MarkerFilter.static MarkerFilterMarkerFilter.createFilter(String marker, Filter.Result match, Filter.Result mismatch) Creates the MarkerFilter.static RegexFilterRegexFilter.createFilter(String regex, String[] patternFlags, Boolean useRawMsg, Filter.Result match, Filter.Result mismatch) Creates a Filter that matches a regular expression.static RegexFilterRegexFilter.createFilter(String regex, String[] patternFlags, Boolean useRawMsg, Filter.Result match, Filter.Result mismatch) Creates a Filter that matches a regular expression.static RegexFilterRegexFilter.createFilter(String regex, String[] patternFlags, Boolean useRawMsg, Filter.Result match, Filter.Result mismatch) Creates a Filter that matches a regular expression.static RegexFilterRegexFilter.createFilter(String regex, String[] patternFlags, Boolean useRawMsg, Filter.Result match, Filter.Result mismatch) Creates a Filter that matches a regular expression.static ScriptFilterScriptFilter.createFilter(AbstractScript script, Filter.Result match, Filter.Result mismatch, Configuration configuration) Creates the ScriptFilter.static ScriptFilterScriptFilter.createFilter(AbstractScript script, Filter.Result match, Filter.Result mismatch, Configuration configuration) Creates the ScriptFilter.static StructuredDataFilterStructuredDataFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) Creates the StructuredDataFilter.static StructuredDataFilterStructuredDataFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) Creates the StructuredDataFilter.static StructuredDataFilterStructuredDataFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) Creates the StructuredDataFilter.static ThreadContextMapFilterThreadContextMapFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) static ThreadContextMapFilterThreadContextMapFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) static ThreadContextMapFilterThreadContextMapFilter.createFilter(KeyValuePair[] pairs, String oper, Filter.Result match, Filter.Result mismatch) static ThresholdFilterThresholdFilter.createFilter(Level level, Filter.Result match, Filter.Result mismatch) Creates a ThresholdFilter.static ThresholdFilterThresholdFilter.createFilter(Level level, Filter.Result match, Filter.Result mismatch) Creates a ThresholdFilter.static ThresholdFilterThresholdFilter.createFilter(Level level, Filter.Result match, Filter.Result mismatch) Creates a ThresholdFilter.static TimeFilterTimeFilter.createFilter(String start, String end, String tz, Filter.Result match, Filter.Result mismatch) Creates a TimeFilter.static TimeFilterTimeFilter.createFilter(String start, String end, String tz, Filter.Result match, Filter.Result mismatch) Creates a TimeFilter.static TimeFilterTimeFilter.createFilter(String start, String end, String tz, Filter.Result match, Filter.Result mismatch) Creates a TimeFilter.static TimeFilterTimeFilter.createFilter(String start, String end, String tz, Filter.Result match, Filter.Result mismatch) Creates a TimeFilter.static TimeFilterTimeFilter.createFilter(String start, String end, String tz, Filter.Result match, Filter.Result mismatch) Creates a TimeFilter. -
Uses of PluginAttribute in org.apache.logging.log4j.core.layout
Method parameters in org.apache.logging.log4j.core.layout with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic HtmlLayoutHtmlLayout.createLayout(boolean locationInfo, String title, String contentType, Charset charset, String fontSize, String font) Deprecated.static HtmlLayoutHtmlLayout.createLayout(boolean locationInfo, String title, String contentType, Charset charset, String fontSize, String font) Deprecated.static HtmlLayoutHtmlLayout.createLayout(boolean locationInfo, String title, String contentType, Charset charset, String fontSize, String font) Deprecated.static HtmlLayoutHtmlLayout.createLayout(boolean locationInfo, String title, String contentType, Charset charset, String fontSize, String font) Deprecated.static HtmlLayoutHtmlLayout.createLayout(boolean locationInfo, String title, String contentType, Charset charset, String fontSize, String font) Deprecated.static HtmlLayoutHtmlLayout.createLayout(boolean locationInfo, String title, String contentType, Charset charset, String fontSize, String font) Deprecated.static PatternLayoutPatternLayout.createLayout(String pattern, PatternSelector patternSelector, Configuration config, RegexReplacement replace, Charset charset, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, String headerPattern, String footerPattern) Deprecated.UsePatternLayout.newBuilder()instead.static PatternLayoutPatternLayout.createLayout(String pattern, PatternSelector patternSelector, Configuration config, RegexReplacement replace, Charset charset, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, String headerPattern, String footerPattern) Deprecated.UsePatternLayout.newBuilder()instead.static PatternLayoutPatternLayout.createLayout(String pattern, PatternSelector patternSelector, Configuration config, RegexReplacement replace, Charset charset, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, String headerPattern, String footerPattern) Deprecated.UsePatternLayout.newBuilder()instead.static PatternLayoutPatternLayout.createLayout(String pattern, PatternSelector patternSelector, Configuration config, RegexReplacement replace, Charset charset, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, String headerPattern, String footerPattern) Deprecated.UsePatternLayout.newBuilder()instead.static PatternLayoutPatternLayout.createLayout(String pattern, PatternSelector patternSelector, Configuration config, RegexReplacement replace, Charset charset, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, String headerPattern, String footerPattern) Deprecated.UsePatternLayout.newBuilder()instead.static PatternLayoutPatternLayout.createLayout(String pattern, PatternSelector patternSelector, Configuration config, RegexReplacement replace, Charset charset, boolean alwaysWriteExceptions, boolean noConsoleNoAnsi, String headerPattern, String footerPattern) Deprecated.UsePatternLayout.newBuilder()instead.static Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic Rfc5424LayoutRfc5424Layout.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) Deprecated.Useinsteadstatic LoggerFieldsLoggerFields.createLoggerFields(KeyValuePair[] keyValuePairs, String sdId, String enterpriseId, boolean discardIfAllFieldsAreEmpty) Create a LoggerFields from KeyValuePairs.static LoggerFieldsLoggerFields.createLoggerFields(KeyValuePair[] keyValuePairs, String sdId, String enterpriseId, boolean discardIfAllFieldsAreEmpty) Create a LoggerFields from KeyValuePairs.static LoggerFieldsLoggerFields.createLoggerFields(KeyValuePair[] keyValuePairs, String sdId, String enterpriseId, boolean discardIfAllFieldsAreEmpty) Create a LoggerFields from KeyValuePairs. -
Uses of PluginAttribute in org.apache.logging.log4j.core.net.ssl
Method parameters in org.apache.logging.log4j.core.net.ssl with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic KeyStoreConfigurationKeyStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String keyManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static KeyStoreConfigurationKeyStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String keyManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static KeyStoreConfigurationKeyStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String keyManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static KeyStoreConfigurationKeyStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String keyManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static KeyStoreConfigurationKeyStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String keyManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static KeyStoreConfigurationKeyStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String keyManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static TrustStoreConfigurationTrustStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String trustManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static TrustStoreConfigurationTrustStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String trustManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static TrustStoreConfigurationTrustStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String trustManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static TrustStoreConfigurationTrustStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String trustManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static TrustStoreConfigurationTrustStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String trustManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static TrustStoreConfigurationTrustStoreConfiguration.createKeyStoreConfiguration(String location, char[] password, String passwordEnvironmentVariable, String passwordFile, String keyStoreType, String trustManagerFactoryAlgorithm) Creates a KeyStoreConfiguration.static SslConfigurationSslConfiguration.createSSLConfiguration(String protocol, KeyStoreConfiguration keyStoreConfig, TrustStoreConfiguration trustStoreConfig) Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.static SslConfigurationSslConfiguration.createSSLConfiguration(String protocol, KeyStoreConfiguration keyStoreConfig, TrustStoreConfiguration trustStoreConfig, boolean verifyHostName) Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration.static SslConfigurationSslConfiguration.createSSLConfiguration(String protocol, KeyStoreConfiguration keyStoreConfig, TrustStoreConfiguration trustStoreConfig, boolean verifyHostName) Creates an SslConfiguration from a KeyStoreConfiguration and a TrustStoreConfiguration. -
Uses of PluginAttribute in org.apache.logging.log4j.core.pattern
Method parameters in org.apache.logging.log4j.core.pattern with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic RegexReplacementRegexReplacement.createRegexReplacement(Pattern regex, String replacement) Create a RegexReplacement.static RegexReplacementRegexReplacement.createRegexReplacement(Pattern regex, String replacement) Create a RegexReplacement. -
Uses of PluginAttribute in org.apache.logging.log4j.core.script
Method parameters in org.apache.logging.log4j.core.script with annotations of type PluginAttributeModifier and TypeMethodDescriptionstatic ScriptRefScriptRef.createReference(String name, Configuration configuration) static ScriptScript.createScript(String name, String language, String scriptText) static ScriptScript.createScript(String name, String language, String scriptText) static ScriptFileScriptFile.createScript(String name, String language, String filePathOrUri, Boolean isWatched, Charset charset) static ScriptFileScriptFile.createScript(String name, String language, String filePathOrUri, Boolean isWatched, Charset charset) static ScriptFileScriptFile.createScript(String name, String language, String filePathOrUri, Boolean isWatched, Charset charset) static ScriptFileScriptFile.createScript(String name, String language, String filePathOrUri, Boolean isWatched, Charset charset) static ScriptFileScriptFile.createScript(String name, String language, String filePathOrUri, Boolean isWatched, Charset charset)
TimeBasedTriggeringPolicy.newBuilder().