This is an automated email from the ASF dual-hosted git repository.
grobmeier pushed a commit to branch ms12_conversion_of_md_files
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/ms12_conversion_of_md_files by
this push:
new bad8aacadb linked up parts of old docs
bad8aacadb is described below
commit bad8aacadb398d8832f60b190463da0bf2391953
Author: Christian Grobmeier <[email protected]>
AuthorDate: Thu Mar 7 16:29:40 2024 +0100
linked up parts of old docs
---
src/site/asciidoc/legacy-docs.adoc | 130 ++++++++++++++++++++-
src/site/site.xml | 226 ++++++++++++++++++-------------------
2 files changed, 242 insertions(+), 114 deletions(-)
diff --git a/src/site/asciidoc/legacy-docs.adoc
b/src/site/asciidoc/legacy-docs.adoc
index 808f6ab13f..0a5e545f2e 100644
--- a/src/site/asciidoc/legacy-docs.adoc
+++ b/src/site/asciidoc/legacy-docs.adoc
@@ -30,4 +30,132 @@ This is the legacy documentation migrated from the older
versions of Log4j. Thes
* link:/manual/markers.html[Markers]
* link:/manual/eventlogging.html[Event Logging]
* link:/manual/messages.html[Messages]
-* link:/manual/thread-context.html[ThreadContext]
\ No newline at end of file
+* link:/manual/thread-context.html[ThreadContext]
+
+== Configuration
+
+* link:/manual/configuration.html[Configuration]
+* link:/manual/configuration.html#Architecture[Configuration Architecture]
+* link:/manual/configuration.html#Arbiters[Arbiters]
+* link:/manual/configuration.html#AutomaticConfiguration[Automatic
Configuration]
+* link:/manual/configuration.html#Additivity[Additivity]
+* link:/manual/configuration.html#AutomaticReconfiguration[Automatic
Reconfiguration]
+* link:/manual/configuration.html#ChainsawSupport[Chainsaw Support]
+* link:/manual/configuration.html#ConfigurationSyntax"[Configuration Syntax]
+* link:/manual/configuration.html#XML[XML Syntax]
+* link:/manual/configuration.html#JSON[JSON Syntax]
+* link:/manual/configuration.html#YAML[YAML Syntax]
+* link:/manual/configuration.html#Properties[Properties Syntax]
+* link:/manual/configuration.html#Loggers[Configuring Loggers]
+* link:/manual/configuration.html#Appenders[Configuring Appenders]
+* link:/manual/configuration.html#Filters[Configuring Filters]
+* link:/manual/configuration.html#PropertySubstitution[Property Substitution]
+* link:/manual/configuration.html#RuntimeLookup[Lookup Variables]
+* link:/manual/configuration.html#Scripts[Scripts]
+* link:/manual/configuration.html#XInclude[XInclude]
+* link:/manual/configuration.html#CompositeConfiguration[Composite
Configurations]
+* link:/manual/configuration.html#StatusMessages[Status Messages]
+* link:/manual/configuration.html#UnitTestingInMaven[Unit Testing]
+* link:/manual/systemProperties.html[System Properties]
+
+== Usage
+
+* link:/manual/usage.html[Usage]
+* link:/manual/usage.html?#StaticVsNonStatic[Static vs non-Static Loggers]
+* link:/manual/usage.html?#LoggerVsClass[Logger Name vs Class Name]
+* link:/manual/cloud.html[Logging in the Cloud]
+
+== Lookups
+
+* link:/manual/lookups.html[Lookups]
+* link:/manual/lookups.html#ContextMapLookup[Context Map]
+* link:/manual/lookups.html#DateLookup[Date]
+* link:/manual/lookups.html#DockerLookup[Docker]
+* link:/manual/lookups.html#EnvironmentLookup[Environment]
+* link:/manual/lookups.html#EventLookup[Event]
+* link:/manual/lookups.html#JavaLookup[Java]
+* link:/manual/lookups.html#JndiLookup[JNDI]
+* link:/manual/lookups.html#JmxRuntimeInputArgumentsLookup[JVM Arguments]
+* link:/manual/lookups.html#KubernetesLookup[Kubernetes]
+* link:/manual/lookups.html#Log4jConfigLookup[Log4j Config]
+* link:/manual/lookups.html#LowerLookup[Lower]
+* link:/manual/lookups.html#AppMainArgsLookup[Main Arguments]
+* link:/manual/lookups.html#MapLookup[Map]
+* link:/manual/lookups.html#StructuredDataLookup[Structured Data]
+* link:/manual/lookups.html#SystemPropertiesLookup[System Properties]
+* link:/manual/lookups.html#UpperLookup[Upper]
+
+== Appender
+
+* link:/manual/appenders.html[Appenders]
+* link:/manual/appenders.html#AsyncAppender[Async]
+* link:/manual/appenders.html#ConsoleAppender[Console]
+* link:/manual/appenders.html#FailoverAppender[Failover]
+* link:/manual/appenders.html#FileAppender[File]
+* link:/manual/appenders.html#FlumeAppender[Flume]
+* link:/manual/appenders.html#JDBCAppender[JDBC]
+* link:/manual/appenders.html#HttpAppender[HTTP]
+* link:/manual/appenders.html#MemoryMappedFileAppender[Memory Mapped File]
+* link:/manual/appenders.html#NoSQLAppender[NoSQL]
+* link:/manual/appenders.html#NoSQLAppenderMongoDB[NoSQL for MongoDB]
+* link:/manual/appenders.html#OutputStreamAppender[Output Stream]
+* link:/manual/appenders.html#RandomAccessFileAppender[Random Access File]
+* link:/manual/appenders.html#RewriteAppender[Rewrite]
+* link:/manual/appenders.html#RollingFileAppender[Rolling File]
+* link:/manual/appenders.html#RollingRandomAccessFileAppender[Rolling Random
Access File]
+* link:/manual/appenders.html#RoutingAppender[Routing]
+* link:/manual/appenders.html#ScriptAppenderSelector[ScriptAppenderSelector]
+* link:/manual/appenders.html#SocketAppender[Socket]
+* link:/manual/appenders.html#SSL[SSL]
+* link:/manual/appenders.html#SyslogAppender[Syslog]
+
+== Layouts
+
+* link:/manual/layouts.html[Layouts]
+* link:/manual/layouts.html#CSVLayouts[CSV]
+* link:/manual/layouts.html#HTMLLayout[HTML]
+* link:/manual/json-template-layout.html[JSON Template]
+* link:/manual/layouts.html#PatternLayout[Pattern]
+* link:/manual/layouts.html#RFC5424Layout[RFC-5424]
+* link:/manual/layouts.html#SerializedLayout[Serialized]
+* link:/manual/layouts.html#SyslogLayout[Syslog]
+* link:/manual/layouts.html#LocationInformation[Location Information]
+
+== Filters
+
+* link:/manual/filters.html[Filters]
+* link:/manual/filters.html#BurstFilter[Burst]
+* link:/manual/filters.html#CompositeFilter[Composite Filter]
+* link:/manual/filters.html#DynamicThresholdFilter[Dynamic Threshold]
+* link:/manual/filters.html#MapFilter[Map]
+* link:/manual/filters.html#MarkerFilter[Marker]
+* link:/manual/filters.html#MutableThreadContextMapFilter[Mutable Thread
Context Map]
+* link:/manual/filters.html#RegexFilter[Regex]
+* link:/manual/filters.html#Script[Script]
+* link:/manual/filters.html#StructuredDataFilter[Structured Data]
+* link:/manual/filters.html#ThreadContextMapFilter[Thread Context Map]
+* link:/manual/filters.html#ThresholdFilter[Threshold]
+* link:/manual/filters.html#TimeFilter[Time]
+
+== Async Loggers
+
+* link:/manual/async.html[Async Loggers]
+* link:/manual/async.html#Trade-offs[Trade-offs]
+* link:/manual/async.html#AllAsync[All Loggers Async]
+* link:/manual/async.html#MixedSync-Async[Mixed Sync & Async]
+* link:/manual/async.html#WaitStrategy[WaitStrategy]
+* link:/manual/async.html#Location[Location]
+* link:/manual/async.html#Performance[Performance]
+* link:/manual/async.html#UnderTheHood[Under The Hood]
+
+== Garbage-free Logging
+
+* link:/manual/garbagefree.html[Garbage-free Logging]
+* link:/manual/garbagefree.html#Config[Configuration]
+* link:/manual/garbagefree.html#Appenders[Supported Appenders]
+* link:/manual/garbagefree.html#Layouts[Supported Layouts]
+* link:/manual/garbagefree.html#Filters[Supported Filters]
+* link:/manual/garbagefree.html#api[API Changes]
+* link:/manual/garbagefree.html#codeImpact[Impact on Application Code]
+* link:/garbagefree.html#Performance[Performance] /manual
+* link:/manual/garbagefree.html#UnderTheHood[Under the Hood]
diff --git a/src/site/site.xml b/src/site/site.xml
index d4accfdc9b..20de053ae6 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -94,127 +94,127 @@
<!-- <item name="ThreadContext" href="/manual/thread-context.html"/>-->
<!-- </item>-->
- <item name="Scala API" href="/manual/scala-api.html"/>
+<!-- <item name="Scala API" href="/manual/scala-api.html"/>-->
- <item name="Configuration" href="/manual/configuration.html"
collapse="true">
- <item name="Configuration Architecture"
href="/manual/configuration.html#Architecture"/>
- <item name="Arbiters" href="/manual/configuration.html#Arbiters"/>
- <item name="Automatic Configuration"
href="/manual/configuration.html#AutomaticConfiguration"/>
- <item name="Additivity" href="/manual/configuration.html#Additivity"/>
- <item name="Automatic Reconfiguration"
href="/manual/configuration.html#AutomaticReconfiguration"/>
- <item name="Chainsaw Support"
href="/manual/configuration.html#ChainsawSupport"/>
- <item name="Configuration Syntax"
href="/manual/configuration.html#ConfigurationSyntax" />
- <item name="XML Syntax" href="/manual/configuration.html#XML"/>
- <item name="JSON Syntax" href="/manual/configuration.html#JSON"/>
- <item name="YAML Syntax" href="/manual/configuration.html#YAML"/>
- <item name="Properties Syntax"
href="/manual/configuration.html#Properties"/>
- <item name="Configuring Loggers"
href="/manual/configuration.html#Loggers"/>
- <item name="Configuring Appenders"
href="/manual/configuration.html#Appenders"/>
- <item name="Configuring Filters"
href="/manual/configuration.html#Filters"/>
- <item name="Property Substitution"
href="/manual/configuration.html#PropertySubstitution"/>
- <item name="Lookup Variables"
href="/manual/configuration.html#RuntimeLookup"/>
- <item name="Scripts" href="/manual/configuration.html#Scripts"/>
- <item name="XInclude" href="/manual/configuration.html#XInclude"/>
- <item name="Composite Configurations"
href="/manual/configuration.html#CompositeConfiguration"/>
- <item name="Status Messages"
href="/manual/configuration.html#StatusMessages"/>
- <item name="Unit Testing in Maven"
href="/manual/configuration.html#UnitTestingInMaven"/>
- <item name="System Properties" href="/manual/systemProperties.html"/>
- </item>
+<!-- <item name="Configuration" href="/manual/configuration.html"
collapse="true">-->
+<!-- <item name="Configuration Architecture"
href="/manual/configuration.html#Architecture"/>-->
+<!-- <item name="Arbiters"
href="/manual/configuration.html#Arbiters"/>-->
+<!-- <item name="Automatic Configuration"
href="/manual/configuration.html#AutomaticConfiguration"/>-->
+<!-- <item name="Additivity"
href="/manual/configuration.html#Additivity"/>-->
+<!-- <item name="Automatic Reconfiguration"
href="/manual/configuration.html#AutomaticReconfiguration"/>-->
+<!-- <item name="Chainsaw Support"
href="/manual/configuration.html#ChainsawSupport"/>-->
+<!-- <item name="Configuration Syntax"
href="/manual/configuration.html#ConfigurationSyntax" />-->
+<!-- <item name="XML Syntax" href="/manual/configuration.html#XML"/>-->
+<!-- <item name="JSON Syntax"
href="/manual/configuration.html#JSON"/>-->
+<!-- <item name="YAML Syntax"
href="/manual/configuration.html#YAML"/>-->
+<!-- <item name="Properties Syntax"
href="/manual/configuration.html#Properties"/>-->
+<!-- <item name="Configuring Loggers"
href="/manual/configuration.html#Loggers"/>-->
+<!-- <item name="Configuring Appenders"
href="/manual/configuration.html#Appenders"/>-->
+<!-- <item name="Configuring Filters"
href="/manual/configuration.html#Filters"/>-->
+<!-- <item name="Property Substitution"
href="/manual/configuration.html#PropertySubstitution"/>-->
+<!-- <item name="Lookup Variables"
href="/manual/configuration.html#RuntimeLookup"/>-->
+<!-- <item name="Scripts" href="/manual/configuration.html#Scripts"/>-->
+<!-- <item name="XInclude"
href="/manual/configuration.html#XInclude"/>-->
+<!-- <item name="Composite Configurations"
href="/manual/configuration.html#CompositeConfiguration"/>-->
+<!-- <item name="Status Messages"
href="/manual/configuration.html#StatusMessages"/>-->
+<!-- <item name="Unit Testing in Maven"
href="/manual/configuration.html#UnitTestingInMaven"/>-->
+<!-- <item name="System Properties"
href="/manual/systemProperties.html"/>-->
+<!-- </item>-->
- <item name="Usage" href="/manual/usage.html" collapse="true">
- <item name="Static vs non-Static Loggers"/>
- <item name="Logger Name vs Class Name"/>
- <item name="Logging in the Cloud" href="/manual/cloud.html"/>
- </item>
+<!-- <item name="Usage" href="/manual/usage.html" collapse="true">-->
+<!-- <item name="Static vs non-Static Loggers"
href="/manual/usage.html?#StaticVsNonStatic"/>-->
+<!-- <item name="Logger Name vs Class Name"
href="/manual/usage.html?#LoggerVsClass"/>-->
+<!-- <item name="Logging in the Cloud" href="/manual/cloud.html"/>-->
+<!-- </item>-->
- <item name="Lookups" href="/manual/lookups.html" collapse="true">
- <item name="Context Map" href="/manual/lookups.html#ContextMapLookup"/>
- <item name="Date" href="/manual/lookups.html#DateLookup"/>
- <item name="Docker" href="manual/lookups.html#DockerLookup"/>
- <item name="Environment"
href="/manual/lookups.html#EnvironmentLookup"/>
- <item name="Event" href="/manual/lookups.html#EventLookup"/>
- <item name="Java" href="/manual/lookups.html#JavaLookup"/>
- <item name="JNDI" href="/manual/lookups.html#JndiLookup"/>
- <item name="JVM Arguments"
href="/manual/lookups.html#JmxRuntimeInputArgumentsLookup"/>
- <item name="Kubernetes" href="/manual/lookups.html#KubernetesLookup"/>
- <item name="Log4j Config"
href="/manual/lookups.html#Log4jConfigLookup"/>
- <item name="Lower" href="/manual/lookups.html#LowerLookup"/>
- <item name="Main Arguments"
href="/manual/lookups.html#AppMainArgsLookup"/>
- <item name="Map" href="/manual/lookups.html#MapLookup"/>
- <item name="Structured Data"
href="/manual/lookups.html#StructuredDataLookup"/>
- <item name="System Properties"
href="/manual/lookups.html#SystemPropertiesLookup"/>
- <item name="Upper" href="/manual/lookups.html#UpperLookup"/>
- </item>
+<!-- <item name="Lookups" href="/manual/lookups.html" collapse="true">-->
+<!-- <item name="Context Map"
href="/manual/lookups.html#ContextMapLookup"/>-->
+<!-- <item name="Date" href="/manual/lookups.html#DateLookup"/>-->
+<!-- <item name="Docker" href="manual/lookups.html#DockerLookup"/>-->
+<!-- <item name="Environment"
href="/manual/lookups.html#EnvironmentLookup"/>-->
+<!-- <item name="Event" href="/manual/lookups.html#EventLookup"/>-->
+<!-- <item name="Java" href="/manual/lookups.html#JavaLookup"/>-->
+<!-- <item name="JNDI" href="/manual/lookups.html#JndiLookup"/>-->
+<!-- <item name="JVM Arguments"
href="/manual/lookups.html#JmxRuntimeInputArgumentsLookup"/>-->
+<!-- <item name="Kubernetes"
href="/manual/lookups.html#KubernetesLookup"/>-->
+<!-- <item name="Log4j Config"
href="/manual/lookups.html#Log4jConfigLookup"/>-->
+<!-- <item name="Lower" href="/manual/lookups.html#LowerLookup"/>-->
+<!-- <item name="Main Arguments"
href="/manual/lookups.html#AppMainArgsLookup"/>-->
+<!-- <item name="Map" href="/manual/lookups.html#MapLookup"/>-->
+<!-- <item name="Structured Data"
href="/manual/lookups.html#StructuredDataLookup"/>-->
+<!-- <item name="System Properties"
href="/manual/lookups.html#SystemPropertiesLookup"/>-->
+<!-- <item name="Upper" href="/manual/lookups.html#UpperLookup"/>-->
+<!-- </item>-->
- <item name="Appenders" href="/manual/appenders.html" collapse="true">
- <item name="Async" href="/manual/appenders.html#AsyncAppender"/>
- <item name="Console" href="/manual/appenders.html#ConsoleAppender"/>
- <item name="Failover" href="/manual/appenders.html#FailoverAppender"/>
- <item name="File" href="/manual/appenders.html#FileAppender"/>
- <item name="Flume" href="/manual/appenders.html#FlumeAppender"/>
- <item name="JDBC" href="/manual/appenders.html#JDBCAppender"/>
- <item name="HTTP" href="/manual/appenders.html#HttpAppender"/>
- <item name="Memory Mapped File"
href="/manual/appenders.html#MemoryMappedFileAppender"/>
- <item name="NoSQL" href="/manual/appenders.html#NoSQLAppender"/>
- <item name="NoSQL for MongoDB"
href="/manual/appenders.html#NoSQLAppenderMongoDB"/>
- <item name="Output Stream"
href="/manual/appenders.html#OutputStreamAppender"/>
- <item name="Random Access File"
href="/manual/appenders.html#RandomAccessFileAppender"/>
- <item name="Rewrite" href="/manual/appenders.html#RewriteAppender"/>
- <item name="Rolling File"
href="/manual/appenders.html#RollingFileAppender"/>
- <item name="Rolling Random Access File"
href="/manual/appenders.html#RollingRandomAccessFileAppender"/>
- <item name="Routing" href="/manual/appenders.html#RoutingAppender"/>
- <item name="ScriptAppenderSelector"
href="/manual/appenders.html#ScriptAppenderSelector"/>
- <item name="Socket" href="/manual/appenders.html#SocketAppender"/>
- <item name="SSL" href="/manual/appenders.html#SSL"/>
- <item name="Syslog" href="/manual/appenders.html#SyslogAppender"/>
- </item>
+<!-- <item name="Appenders" href="/manual/appenders.html"
collapse="true">-->
+<!-- <item name="Async" href="/manual/appenders.html#AsyncAppender"/>-->
+<!-- <item name="Console"
href="/manual/appenders.html#ConsoleAppender"/>-->
+<!-- <item name="Failover"
href="/manual/appenders.html#FailoverAppender"/>-->
+<!-- <item name="File" href="/manual/appenders.html#FileAppender"/>-->
+<!-- <item name="Flume" href="/manual/appenders.html#FlumeAppender"/>-->
+<!-- <item name="JDBC" href="/manual/appenders.html#JDBCAppender"/>-->
+<!-- <item name="HTTP" href="/manual/appenders.html#HttpAppender"/>-->
+<!-- <item name="Memory Mapped File"
href="/manual/appenders.html#MemoryMappedFileAppender"/>-->
+<!-- <item name="NoSQL" href="/manual/appenders.html#NoSQLAppender"/>-->
+<!-- <item name="NoSQL for MongoDB"
href="/manual/appenders.html#NoSQLAppenderMongoDB"/>-->
+<!-- <item name="Output Stream"
href="/manual/appenders.html#OutputStreamAppender"/>-->
+<!-- <item name="Random Access File"
href="/manual/appenders.html#RandomAccessFileAppender"/>-->
+<!-- <item name="Rewrite"
href="/manual/appenders.html#RewriteAppender"/>-->
+<!-- <item name="Rolling File"
href="/manual/appenders.html#RollingFileAppender"/>-->
+<!-- <item name="Rolling Random Access File"
href="/manual/appenders.html#RollingRandomAccessFileAppender"/>-->
+<!-- <item name="Routing"
href="/manual/appenders.html#RoutingAppender"/>-->
+<!-- <item name="ScriptAppenderSelector"
href="/manual/appenders.html#ScriptAppenderSelector"/>-->
+<!-- <item name="Socket"
href="/manual/appenders.html#SocketAppender"/>-->
+<!-- <item name="SSL" href="/manual/appenders.html#SSL"/>-->
+<!-- <item name="Syslog"
href="/manual/appenders.html#SyslogAppender"/>-->
+<!-- </item>-->
- <item name="Layouts" href="/manual/layouts.html" collapse="true">
- <item name="CSV" href="/manual/layouts.html#CSVLayouts"/>
- <item name="HTML" href="/manual/layouts.html#HTMLLayout"/>
- <item name="JSON Template" href="/manual/json-template-layout.html"/>
- <item name="Pattern" href="/manual/layouts.html#PatternLayout"/>
- <item name="RFC-5424" href="/manual/layouts.html#RFC5424Layout"/>
- <item name="Serialized" href="/manual/layouts.html#SerializedLayout"/>
- <item name="Syslog" href="/manual/layouts.html#SyslogLayout"/>
- <item name="Location Information"
href="/manual/layouts.html#LocationInformation"/>
- </item>
+<!-- <item name="Layouts" href="/manual/layouts.html" collapse="true">-->
+<!-- <item name="CSV" href="/manual/layouts.html#CSVLayouts"/>-->
+<!-- <item name="HTML" href="/manual/layouts.html#HTMLLayout"/>-->
+<!-- <item name="JSON Template"
href="/manual/json-template-layout.html"/>-->
+<!-- <item name="Pattern" href="/manual/layouts.html#PatternLayout"/>-->
+<!-- <item name="RFC-5424"
href="/manual/layouts.html#RFC5424Layout"/>-->
+<!-- <item name="Serialized"
href="/manual/layouts.html#SerializedLayout"/>-->
+<!-- <item name="Syslog" href="/manual/layouts.html#SyslogLayout"/>-->
+<!-- <item name="Location Information"
href="/manual/layouts.html#LocationInformation"/>-->
+<!-- </item>-->
- <item name="Filters" href="/manual/filters.html" collapse="true">
- <item name="Burst" href="/manual/filters.html#BurstFilter"/>
- <item name="Composite Filter"
href="/manual/filters.html#CompositeFilter"/>
- <item name="Dynamic Threshold"
href="/manual/filters.html#DynamicThresholdFilter"/>
- <item name="Map" href="/manual/filters.html#MapFilter"/>
- <item name="Marker" href="/manual/filters.html#MarkerFilter"/>
- <item name="Mutable Thread Context Map"
href="/manual/filters.html#MutableThreadContextMapFilter"/>
- <item name="Regex" href="/manual/filters.html#RegexFilter"/>
- <item name="Script" href="/manual/filters.html#Script"/>
- <item name="Structured Data"
href="/manual/filters.html#StructuredDataFilter"/>
- <item name="Thread Context Map"
href="/manual/filters.html#ThreadContextMapFilter"/>
- <item name="Threshold" href="/manual/filters.html#ThresholdFilter"/>
- <item name="Time" href="/manual/filters.html#TimeFilter"/>
- </item>
+<!-- <item name="Filters" href="/manual/filters.html" collapse="true">-->
+<!-- <item name="Burst" href="/manual/filters.html#BurstFilter"/>-->
+<!-- <item name="Composite Filter"
href="/manual/filters.html#CompositeFilter"/>-->
+<!-- <item name="Dynamic Threshold"
href="/manual/filters.html#DynamicThresholdFilter"/>-->
+<!-- <item name="Map" href="/manual/filters.html#MapFilter"/>-->
+<!-- <item name="Marker" href="/manual/filters.html#MarkerFilter"/>-->
+<!-- <item name="Mutable Thread Context Map"
href="/manual/filters.html#MutableThreadContextMapFilter"/>-->
+<!-- <item name="Regex" href="/manual/filters.html#RegexFilter"/>-->
+<!-- <item name="Script" href="/manual/filters.html#Script"/>-->
+<!-- <item name="Structured Data"
href="/manual/filters.html#StructuredDataFilter"/>-->
+<!-- <item name="Thread Context Map"
href="/manual/filters.html#ThreadContextMapFilter"/>-->
+<!-- <item name="Threshold"
href="/manual/filters.html#ThresholdFilter"/>-->
+<!-- <item name="Time" href="/manual/filters.html#TimeFilter"/>-->
+<!-- </item>-->
- <item name="Async Loggers" href="/manual/async.html" collapse="true">
- <item name="Trade-offs" href="/manual/async.html#Trade-offs"/>
- <item name="All Loggers Async" href="/manual/async.html#AllAsync"/>
- <item name="Mixed Sync & Async"
href="/manual/async.html#MixedSync-Async"/>
- <item name="WaitStrategy" href="/manual/async.html#WaitStrategy"/>
- <item name="Location" href="/manual/async.html#Location"/>
- <item name="Performance" href="/manual/async.html#Performance"/>
- <item name="Under The Hood" href="/manual/async.html#UnderTheHood"/>
- </item>
+<!-- <item name="Async Loggers" href="/manual/async.html"
collapse="true">-->
+<!-- <item name="Trade-offs" href="/manual/async.html#Trade-offs"/>-->
+<!-- <item name="All Loggers Async"
href="/manual/async.html#AllAsync"/>-->
+<!-- <item name="Mixed Sync & Async"
href="/manual/async.html#MixedSync-Async"/>-->
+<!-- <item name="WaitStrategy"
href="/manual/async.html#WaitStrategy"/>-->
+<!-- <item name="Location" href="/manual/async.html#Location"/>-->
+<!-- <item name="Performance" href="/manual/async.html#Performance"/>-->
+<!-- <item name="Under The Hood"
href="/manual/async.html#UnderTheHood"/>-->
+<!-- </item>-->
- <item name="Garbage-free Logging" href="/manual/garbagefree.html"
collapse="true">
- <item name="Configuration" href="/manual/garbagefree.html#Config"/>
- <item name="Supported Appenders"
href="/manual/garbagefree.html#Appenders"/>
- <item name="Supported Layouts"
href="/manual/garbagefree.html#Layouts"/>
- <item name="Supported Filters"
href="/manual/garbagefree.html#Filters"/>
- <item name="API Changes" href="/manual/garbagefree.html#api"/>
- <item name="Impact on Application Code"
href="/manual/garbagefree.html#codeImpact"/>
- <item name="Performance" href="/manual/garbagefree.html#Performance"/>
- <item name="Under the Hood"
href="/manual/garbagefree.html#UnderTheHood"/>
- </item>
+<!-- <item name="Garbage-free Logging" href="/manual/garbagefree.html"
collapse="true">-->
+<!-- <item name="Configuration"
href="/manual/garbagefree.html#Config"/>-->
+<!-- <item name="Supported Appenders"
href="/manual/garbagefree.html#Appenders"/>-->
+<!-- <item name="Supported Layouts"
href="/manual/garbagefree.html#Layouts"/>-->
+<!-- <item name="Supported Filters"
href="/manual/garbagefree.html#Filters"/>-->
+<!-- <item name="API Changes" href="/manual/garbagefree.html#api"/>-->
+<!-- <item name="Impact on Application Code"
href="/manual/garbagefree.html#codeImpact"/>-->
+<!-- <item name="Performance"
href="/manual/garbagefree.html#Performance"/>-->
+<!-- <item name="Under the Hood"
href="/manual/garbagefree.html#UnderTheHood"/>-->
+<!-- </item>-->
<item name="JMX" href="/manual/jmx.html"/>
<item name="Logging Separation" href="/manual/logsep.html"/>