Uses of Class
org.apache.logging.log4j.core.config.plugins.Plugin
-
-
Uses of Plugin in org.apache.log4j.builders.appender
Classes in org.apache.log4j.builders.appender with annotations of type Plugin Modifier and Type Class Description classAsyncAppenderBuilderBuild an Asynch AppenderclassConsoleAppenderBuilderBuild a Console AppenderclassDailyRollingFileAppenderBuilderBuild a Daily Rolling File AppenderclassEnhancedRollingFileAppenderBuilderBuild a File AppenderclassFileAppenderBuilderBuild a File AppenderclassNullAppenderBuilderBuild a Null AppenderclassRewriteAppenderBuilderBuild an Asynch AppenderclassRollingFileAppenderBuilderBuild a File AppenderclassSocketAppenderBuilderBuild a Console AppenderclassSyslogAppenderBuilderBuild a File Appender -
Uses of Plugin in org.apache.log4j.builders.filter
Classes in org.apache.log4j.builders.filter with annotations of type Plugin Modifier and Type Class Description classDenyAllFilterBuilderBuild a Pattern LayoutclassLevelMatchFilterBuilderBuild a Level match failter.classLevelRangeFilterBuilderBuild a Level range filter.classStringMatchFilterBuilderBuild a String match filter. -
Uses of Plugin in org.apache.log4j.builders.layout
Classes in org.apache.log4j.builders.layout with annotations of type Plugin Modifier and Type Class Description classHtmlLayoutBuilderBuild a Pattern LayoutclassPatternLayoutBuilderBuild a Pattern LayoutclassSimpleLayoutBuilderBuild a Pattern LayoutclassTTCCLayoutBuilderBuild a Pattern LayoutclassXmlLayoutBuilderBuild an XML Layout -
Uses of Plugin in org.apache.log4j.builders.rolling
Classes in org.apache.log4j.builders.rolling with annotations of type Plugin Modifier and Type Class Description classCompositeTriggeringPolicyBuilderclassSizeBasedTriggeringPolicyBuilderclassTimeBasedRollingPolicyBuilder -
Uses of Plugin in org.apache.log4j.config
Classes in org.apache.log4j.config with annotations of type Plugin Modifier and Type Class Description classPropertiesConfigurationFactoryConfigures Log4j from a log4j 1 format properties file. -
Uses of Plugin in org.apache.log4j.layout
Classes in org.apache.log4j.layout with annotations of type Plugin Modifier and Type Class Description classLog4j1SyslogLayoutPort of the layout used by SyslogAppender in Log4j 1.x.classLog4j1XmlLayoutPort of XMLLayout in Log4j 1.x. -
Uses of Plugin in org.apache.log4j.pattern
Classes in org.apache.log4j.pattern with annotations of type Plugin Modifier and Type Class Description classLog4j1LevelPatternConverterOutputs the Log4j 1.x level name.classLog4j1MdcPatternConverterAble to handle the contents of the LogEvent's MDC and either output the entire contents of the properties, or to output the value of a specific key within the property bundle when this pattern converter has the option set.classLog4j1NdcPatternConverterReturns the event's NDC in a StringBuilder. -
Uses of Plugin in org.apache.log4j.xml
Classes in org.apache.log4j.xml with annotations of type Plugin Modifier and Type Class Description classXmlConfigurationFactoryConstructs a Configuration usable in Log4j 2 from a Log4j 1 configuration file. -
Uses of Plugin in org.apache.logging.log4j.core.appender
Classes in org.apache.logging.log4j.core.appender with annotations of type Plugin Modifier and Type Class Description classAppenderSetA deferred plugin for appenders.classAsyncAppenderAppends to one or more Appenders asynchronously.classConsoleAppenderAppends log events toSystem.outorSystem.errusing a layout specified by the user.classCountingNoOpAppenderNo-Operation Appender that counts events.classFailoverAppenderThe FailoverAppender will capture exceptions in an Appender and then route the event to a different appender.classFailoversPluginThe array of failover Appenders.classFileAppenderFile Appender.classHttpAppenderSends log events over HTTP.classMemoryMappedFileAppenderMemory Mapped File Appender.classNullAppenderAn Appender that ignores log events.classOutputStreamAppenderAppends log events to a given output stream using a layout.classRandomAccessFileAppenderFile Appender.classRollingFileAppenderAn appender that writes to files and can roll over at intervals.classRollingRandomAccessFileAppenderAn appender that writes to random access files and can roll over at intervals.classScriptAppenderSelectorclassSocketAppenderAn Appender that delivers events over socket connections.classSyslogAppenderThe Syslog Appender.classWriterAppenderAppends log events to aWriter. -
Uses of Plugin in org.apache.logging.log4j.core.appender.db
Classes in org.apache.logging.log4j.core.appender.db with annotations of type Plugin Modifier and Type Class Description classColumnMappingA configuration element for specifying a database column name mapping. -
Uses of Plugin in org.apache.logging.log4j.core.appender.db.jdbc
Classes in org.apache.logging.log4j.core.appender.db.jdbc with annotations of type Plugin Modifier and Type Class Description classColumnConfigA configuration element used to configure which event properties are logged to which columns in the database table.classDataSourceConnectionSourceAJdbcAppenderconnection source that uses aDataSourceto connect to the database.classDriverManagerConnectionSourceAConnectionSourcethat uses a JDBC connection string, a user name, and a password to callDriverManager.getConnection(String, String, String).classFactoryMethodConnectionSourceAJdbcAppenderconnection source that uses a public static factory method to obtain aConnectionorDataSource.classJdbcAppenderThis Appender writes logging events to a relational database using standard JDBC mechanisms. -
Uses of Plugin in org.apache.logging.log4j.core.appender.mom
Classes in org.apache.logging.log4j.core.appender.mom with annotations of type Plugin Modifier and Type Class Description classJmsAppenderGeneric JMS Appender plugin for both queues and topics. -
Uses of Plugin in org.apache.logging.log4j.core.appender.mom.jeromq
Classes in org.apache.logging.log4j.core.appender.mom.jeromq with annotations of type Plugin Modifier and Type Class Description classJeroMqAppenderSends log events to one or more ZeroMQ (JeroMQ) endpoints. -
Uses of Plugin in org.apache.logging.log4j.core.appender.nosql
Classes in org.apache.logging.log4j.core.appender.nosql with annotations of type Plugin Modifier and Type Class Description classNoSqlAppenderThis Appender writes logging events to a NoSQL database using a configured NoSQL provider. -
Uses of Plugin in org.apache.logging.log4j.core.appender.rewrite
Classes in org.apache.logging.log4j.core.appender.rewrite with annotations of type Plugin Modifier and Type Class Description classLoggerNameLevelRewritePolicyRewrites log event levels for a given logger name.classMapRewritePolicyThis policy modifies events by replacing or possibly adding keys and values to the MapMessage.classPropertiesRewritePolicyThis policy modifies events by replacing or possibly adding keys and values to the MapMessage.classRewriteAppenderThis Appender allows the logging event to be manipulated before it is processed by other Appenders. -
Uses of Plugin in org.apache.logging.log4j.core.appender.rolling
Classes in org.apache.logging.log4j.core.appender.rolling with annotations of type Plugin Modifier and Type Class Description classCompositeTriggeringPolicyTriggering policy that wraps other triggering policies.classCronTriggeringPolicyRolls a file over based on a cron schedule.classDefaultRolloverStrategyWhen rolling over,DefaultRolloverStrategyrenames files according to an algorithm as described below.classDirectWriteRolloverStrategyWhen rolling over,DirectWriteRolloverStrategywrites directly to the file as resolved by the file pattern.classNoOpTriggeringPolicyclassOnStartupTriggeringPolicyTriggers a rollover on every restart, but only if the file size is greater than zero.classSizeBasedTriggeringPolicyclassTimeBasedTriggeringPolicyRolls a file over based on time. -
Uses of Plugin in org.apache.logging.log4j.core.appender.rolling.action
Classes in org.apache.logging.log4j.core.appender.rolling.action with annotations of type Plugin Modifier and Type Class Description classDeleteActionRollover or scheduled action for deleting old log files that are accepted by the specified PathFilters.classIfAccumulatedFileCountPathCondition that accepts paths after some count threshold is exceeded during the file tree walk.classIfAccumulatedFileSizePathCondition that accepts paths after the accumulated file size threshold is exceeded during the file tree walk.classIfAllCompositePathConditionthat only accepts objects that are accepted by all component conditions.classIfAnyCompositePathConditionthat accepts objects that are accepted by any component conditions.classIfFileNamePathCondition that accepts files for deletion if their relative path matches either a glob pattern or a regular expression.classIfLastModifiedPathCondition that accepts paths that are older than the specified duration.classIfNotWrapperPathConditionthat accepts objects that are rejected by the wrapped component filter.classPathSortByModificationTimePathSorterthat sorts path by their LastModified attribute.classPosixViewAttributeActionFile POSIX attribute view action.classScriptConditionA condition of theDeleteActionwhere a user-provided script selects the files to delete from a provided list. -
Uses of Plugin in org.apache.logging.log4j.core.appender.routing
Classes in org.apache.logging.log4j.core.appender.routing with annotations of type Plugin Modifier and Type Class Description classIdlePurgePolicyPolicy is purging appenders that were not in use specified time in minutesclassRouteA Route to an appender.classRoutesContains the individual Route elements.classRoutingAppenderThis Appender "routes" between various Appenders, some of which can be references to Appenders defined earlier in the configuration while others can be dynamically created within this Appender as required. -
Uses of Plugin in org.apache.logging.log4j.core.async
Classes in org.apache.logging.log4j.core.async with annotations of type Plugin Modifier and Type Class Description classArrayBlockingQueueFactory<E>Factory for creating instances ofArrayBlockingQueue.classAsyncLoggerConfigAsynchronous Logger object that is created via configuration and can be combined with synchronous loggers.static classAsyncLoggerConfig.RootLoggerAn asynchronous root Logger.classAsyncWaitStrategyFactoryConfigThis class allows users to configure the factory used to create an instance of the LMAX disruptor WaitStrategy used by Async Loggers in the log4j configuration.classJCToolsBlockingQueueFactory<E>Factory for creating instances of BlockingQueues backed by JCToolsMpscArrayQueue.classLinkedTransferQueueFactory<E>Factory for creating instances ofLinkedTransferQueue. -
Uses of Plugin in org.apache.logging.log4j.core.config
Classes in org.apache.logging.log4j.core.config with annotations of type Plugin Modifier and Type Class Description classAppenderRefAn Appender reference.classAppendersPluginAn Appender container.classCustomLevelConfigDescriptor of a custom Level object that is created via configuration.classCustomLevelsContainer for CustomLevelConfig objects.classDefaultAdvertiserThe default advertiser does not do anything.classHttpWatcherclassLoggerConfigLogger object that is created via configuration.static classLoggerConfig.RootLoggerThe root Logger.classLoggersPluginContainer of Logger objects.classPropertiesPluginHandles properties defined in the configuration.classPropertyRepresents a key/value pair in the configuration.classScriptsPluginA container of Scripts. -
Uses of Plugin in org.apache.logging.log4j.core.config.arbiters
Classes in org.apache.logging.log4j.core.config.arbiters with annotations of type Plugin Modifier and Type Class Description classClassArbiterConditional that determines if the specified class is present.classDefaultArbiterDefault Condition for a Select Condition.classScriptArbiterCondition that evaluates a script.classSelectArbiterClass Description goes here.classSystemPropertyArbiterCondition that determines if the specified property is set. -
Uses of Plugin in org.apache.logging.log4j.core.config.json
Classes in org.apache.logging.log4j.core.config.json with annotations of type Plugin Modifier and Type Class Description classJsonConfigurationFactory -
Uses of Plugin in org.apache.logging.log4j.core.config.plugins.convert
Classes in org.apache.logging.log4j.core.config.plugins.convert with annotations of type Plugin Modifier and Type Class Description static classTypeConverters.BigDecimalConverterParses aStringinto aBigDecimal.static classTypeConverters.BigIntegerConverterParses aStringinto aBigInteger.static classTypeConverters.BooleanConverterConverts aStringinto aBoolean.static classTypeConverters.ByteArrayConverterConverts aStringinto abyte[].static classTypeConverters.ByteConverterConverts aStringinto aByte.static classTypeConverters.CharacterConverterConverts aStringinto aCharacter.static classTypeConverters.CharArrayConverterConverts aStringinto achar[].static classTypeConverters.CharsetConverterConverts aStringinto aCharset.static classTypeConverters.ClassConverterConverts aStringinto aClass.static classTypeConverters.CronExpressionConverterstatic classTypeConverters.DoubleConverterConverts aStringinto aDouble.static classTypeConverters.DurationConverterConverts aStringinto aDuration.static classTypeConverters.FileConverterConverts aStringinto aFile.static classTypeConverters.FloatConverterConverts aStringinto aFloat.static classTypeConverters.InetAddressConverterConverts aStringinto anInetAddress.static classTypeConverters.IntegerConverterConverts aStringinto aInteger.static classTypeConverters.LevelConverterConverts aStringinto a Log4jLevel.static classTypeConverters.LongConverterConverts aStringinto aLong.static classTypeConverters.PathConverterConverts aStringinto aPath.static classTypeConverters.PatternConverterConverts aStringinto aPattern.static classTypeConverters.SecurityProviderConverterConverts aStringinto aProvider.static classTypeConverters.ShortConverterConverts aStringinto aShort.static classTypeConverters.StringConverterReturns the givenString, no conversion takes place.static classTypeConverters.UriConverterConverts aStringinto aURI.static classTypeConverters.UrlConverterConverts aStringinto aURL.static classTypeConverters.UuidConverterConverts aStringinto aUUID. -
Uses of Plugin in org.apache.logging.log4j.core.config.plugins.processor
Methods in org.apache.logging.log4j.core.config.plugins.processor with parameters of type Plugin Modifier and Type Method Description java.util.Collection<PluginEntry>PluginProcessor.PluginAliasesElementVisitor. visitType(javax.lang.model.element.TypeElement e, Plugin plugin)PluginEntryPluginProcessor.PluginElementVisitor. visitType(javax.lang.model.element.TypeElement e, Plugin plugin) -
Uses of Plugin in org.apache.logging.log4j.core.config.properties
Classes in org.apache.logging.log4j.core.config.properties with annotations of type Plugin Modifier and Type Class Description classPropertiesConfigurationFactoryCreates a PropertiesConfiguration from a properties file. -
Uses of Plugin in org.apache.logging.log4j.core.config.xml
Classes in org.apache.logging.log4j.core.config.xml with annotations of type Plugin Modifier and Type Class Description classXmlConfigurationFactoryFactory to construct an XmlConfiguration. -
Uses of Plugin in org.apache.logging.log4j.core.config.yaml
Classes in org.apache.logging.log4j.core.config.yaml with annotations of type Plugin Modifier and Type Class Description classYamlConfigurationFactory -
Uses of Plugin in org.apache.logging.log4j.core.filter
Classes in org.apache.logging.log4j.core.filter with annotations of type Plugin Modifier and Type Class Description classBurstFilterTheBurstFilteris a logging filter that regulates logging traffic.classCompositeFilterComposes and invokes one or more filters.classDenyAllFilterThis filter causes all logging events to be dropped.classDynamicThresholdFilterCompares against a log level that is associated with a context value.classLevelMatchFilterThis filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.classLevelRangeFilterThis filter returns theonMatchresult if the level in theLogEventis in the range of the configured min and max levels, otherwise it returnsonMismatchvalue .classMapFilterA Filter that operates on a Map.classMarkerFilterThis filter returns the onMatch result if the marker in the LogEvent is the same as or has the configured marker as a parent.classNoMarkerFilterThis filter returns the onMatch result if there is no marker in the LogEvent.classRegexFilterThis filter returns the onMatch result if the message matches the regular expression.classScriptFilterReturns the onMatch result if the script returns True and returns the onMismatch value otherwise.classStringMatchFilterThis filter returns the onMatch result if the logging level in the event matches the specified logging level exactly.classStructuredDataFilterFilter based on data in a StructuredDataMessage.classThreadContextMapFilterFilter based on a value in the Thread Context Map (MDC).classThresholdFilterThis filter returns the onMatch result if the level in the LogEvent is the same or more specific than the configured level and the onMismatch value otherwise.classTimeFilterFilters events that fall within a specified time period in each day. -
Uses of Plugin in org.apache.logging.log4j.core.layout
Classes in org.apache.logging.log4j.core.layout with annotations of type Plugin Modifier and Type Class Description classCsvLogEventLayoutA Comma-Separated Value (CSV) layout to log events.classCsvParameterLayoutA Comma-Separated Value (CSV) layout to log event parameters.classGelfLayoutLays out events in the Graylog Extended Log Format (GELF) 1.1.classHtmlLayoutOutputs events as rows in an HTML table on an HTML page.classJsonLayoutNote: The JsonLayout should be considered to be deprecated.classLevelPatternSelectorSelects the pattern to use based on the Level in the LogEvent.classLoggerFieldsA LoggerFields container.classMarkerPatternSelectorSelects the pattern to use based on the Marker in the LogEvent.classMessageLayoutclassPatternLayoutA flexible layout configurable with pattern string.classPatternMatchPatternMatch configuration item.classRfc5424LayoutFormats a log event in accordance with RFC 5424.classScriptPatternSelectorSelects the pattern to use based on the result of executing a Script.classSerializedLayoutDeprecated.Java Serialization has inherent security weaknesses, see https://www.owasp.org/index.php/Deserialization_of_untrusted_data .classSyslogLayoutFormats a log event as a BSD Log record.classXmlLayoutAppends a series ofeventelements as defined in the log4j.dtd.classYamlLayoutAppends a series of YAML events as strings serialized as bytes. -
Uses of Plugin in org.apache.logging.log4j.core.lookup
Classes in org.apache.logging.log4j.core.lookup with annotations of type Plugin Modifier and Type Class Description classContextMapLookupLooks up keys from the context.classDateLookupFormats the current date or the date in the LogEvent.classEnvironmentLookupLooks up keys from environment variables.classEventLookupLooks up values from the log event.classJavaLookupLooks up keys related to Java: Java version, JRE version, VM version, and so on.classJmxRuntimeInputArgumentsLookupMaps JVM input arguments (but not main arguments) using JMX to acquire JVM arguments.classJndiLookupLooks up keys from JNDI resources.classLog4jLookupLookup properties of Log4jclassLowerLookupConverts values to lower case.classMainMapLookupA map-based lookup for main arguments.classMapLookupA map-based lookup.classMarkerLookupLooks-up markers.classResourceBundleLookupLooks up keys from resource bundles.classStructuredDataLookupLooks up keys fromStructuredDataMessagelog messages.classSystemPropertiesLookupLooks up keys from system properties.classUpperLookupConverts values to upper case. -
Uses of Plugin in org.apache.logging.log4j.core.net
Classes in org.apache.logging.log4j.core.net with annotations of type Plugin Modifier and Type Class Description classMulticastDnsAdvertiserAdvertise an entity via ZeroConf/MulticastDNS and the JmDNS library.classSocketAddressPlugin to hold a hostname and port (socket address).classSocketOptionsHolds all socket options settable viaSocketmethods.classSocketPerformancePreferencesHolds all socket options settable viaSocket.setPerformancePreferences(int, int, int). -
Uses of Plugin in org.apache.logging.log4j.core.net.ssl
Classes in org.apache.logging.log4j.core.net.ssl with annotations of type Plugin Modifier and Type Class Description classKeyStoreConfigurationConfiguration of the KeyStoreclassSslConfigurationSSL ConfigurationclassTrustStoreConfigurationConfiguration of the TrustStore -
Uses of Plugin in org.apache.logging.log4j.core.pattern
Classes in org.apache.logging.log4j.core.pattern with annotations of type Plugin Modifier and Type Class Description static classAbstractStyleNameConverter.BlackBlack style pattern converter.static classAbstractStyleNameConverter.BlueBlue style pattern converter.static classAbstractStyleNameConverter.CyanCyan style pattern converter.static classAbstractStyleNameConverter.GreenGreen style pattern converter.static classAbstractStyleNameConverter.MagentaMagenta style pattern converter.static classAbstractStyleNameConverter.RedRed style pattern converter.static classAbstractStyleNameConverter.WhiteWhite style pattern converter.static classAbstractStyleNameConverter.YellowYellow style pattern converter.classClassNamePatternConverterFormats the class name of the site of the logging request.classDatePatternConverterConverts and formats the event's date in a StringBuilder.classEncodingPatternConverterConverter that encodes the output from a pattern using a specified format.classEndOfBatchPatternConverterFormats the EndOfBatch.classEqualsIgnoreCaseReplacementConverterEquals ignore case pattern converter.classEqualsReplacementConverterEquals pattern converter.classExtendedThrowablePatternConverterOutputs the Throwable portion of the LoggingEvent as a full stack trace unless this converter's option is 'short', where it just outputs the first line of the trace, or if the number of lines to print is explicitly specified.classFileDatePatternConverterFormats a date by delegating toDatePatternConverter.classFileLocationPatternConverterReturns the event's line location information in a StringBuilder.classFullLocationPatternConverterFormat the event's line location information.classHighlightConverterHighlight pattern converter.classIntegerPatternConverterFormats an integer.classLevelPatternConverterReturns the event's level in a StringBuilder.classLineLocationPatternConverterReturns the event's line location information in a StringBuilder.classLineSeparatorPatternConverterFormats a line separator.classLoggerFqcnPatternConverterFormats the Logger FQCN.classLoggerPatternConverterFormats a logger name.classMapPatternConverterAble to handle the contents of the LogEvent's MapMessage and either output the entire contents of the properties in a similar format to the java.util.Hashtable.toString(), or to output the value of a specific key within the Map.classMarkerPatternConverterReturns events' full marker string in a StringBuilder.classMarkerSimpleNamePatternConverterAppends an event's maker name to a StringBuilder.classMaxLengthConverterMax length pattern converter.classMdcPatternConverterAble to handle the contents of the LogEvent's MDC and either output the entire contents of the properties in a similar format to the java.util.Hashtable.toString(), or to output the value of a specific key within the property bundle when this pattern converter has the option set.classMessagePatternConverterReturns the event's rendered message in a StringBuilder.classMethodLocationPatternConverterReturns the event's line location information in a StringBuilder.classNanoTimePatternConverterConverts and formats the event's nanoTime in a StringBuilder.classNdcPatternConverterReturns the event's NDC in a StringBuilder.classProcessIdPatternConverterclassRegexReplacementReplace tokens in the LogEvent message.classRegexReplacementConverterReplacement pattern converter.classRelativeTimePatternConverterReturns the relative time in milliseconds since JVM Startup.classRepeatPatternConverterEquals pattern converter.classRootThrowablePatternConverterOutputs the Throwable portion of the LoggingEvent as a full stack trace unless this converter's option is 'short', where it just outputs the first line of the trace, or if the number of lines to print is explicitly specified.classSequenceNumberPatternConverterFormats the event sequence number.classStyleConverterStyle pattern converter.classThreadIdPatternConverterFormats the event thread ID.classThreadNamePatternConverterFormats the event thread name.classThreadPriorityPatternConverterFormats the event thread priority.classThrowablePatternConverterOutputs the Throwable portion of the LoggingEvent as a full stack trace unless this converter's option is 'short', where it just outputs the first line of the trace, or if the number of lines to print is explicitly specified.classUuidPatternConverterFormats the event sequence number.classVariablesNotEmptyReplacementConverterVariablesNotEmpty pattern converter. -
Uses of Plugin in org.apache.logging.log4j.core.script
Classes in org.apache.logging.log4j.core.script with annotations of type Plugin Modifier and Type Class Description classScriptContainer for the language and body of a script.classScriptFileContainer for the language and body of a script file along with the file location.classScriptRefContains a reference to a script defined elsewhere in the configuration. -
Uses of Plugin in org.apache.logging.log4j.core.util
Classes in org.apache.logging.log4j.core.util with annotations of type Plugin Modifier and Type Class Description classKeyValuePairKey/Value pair configuration item. -
Uses of Plugin in org.apache.logging.log4j.couchdb
Classes in org.apache.logging.log4j.couchdb with annotations of type Plugin Modifier and Type Class Description classCouchDbProviderThe Apache CouchDB implementation ofNoSqlProvider. -
Uses of Plugin in org.apache.logging.log4j.docker
Classes in org.apache.logging.log4j.docker with annotations of type Plugin Modifier and Type Class Description classDockerLookupLookups up keys for a Docker container. -
Uses of Plugin in org.apache.logging.log4j.layout.template.json
Classes in org.apache.logging.log4j.layout.template.json with annotations of type Plugin Modifier and Type Class Description classJsonTemplateLayoutstatic classJsonTemplateLayout.EventTemplateAdditionalField -
Uses of Plugin in org.apache.logging.log4j.layout.template.json.resolver
-
Uses of Plugin in org.apache.logging.log4j.layout.template.json.util
Classes in org.apache.logging.log4j.layout.template.json.util with annotations of type Plugin Modifier and Type Class Description classRecyclerFactoryConverterThe default string (i.e., recycler factory spec) toRecyclerFactorytype converter. -
Uses of Plugin in org.apache.logging.log4j.web
Classes in org.apache.logging.log4j.web with annotations of type Plugin Modifier and Type Class Description classWebLookup -
Uses of Plugin in org.apache.logging.log4j.web.appender
Classes in org.apache.logging.log4j.web.appender with annotations of type Plugin Modifier and Type Class Description classServletAppenderLogs using the ServletContext's log method
-