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
commit fa30dc69fa890d9f4a57dfb8c28b2690d08cdcd6 Author: Christian Grobmeier <[email protected]> AuthorDate: Thu Mar 7 18:51:10 2024 +0100 linked up performance docs --- src/site/asciidoc/legacy-docs.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/site/asciidoc/legacy-docs.adoc b/src/site/asciidoc/legacy-docs.adoc index 33d68e1f14..79bb9b35a3 100644 --- a/src/site/asciidoc/legacy-docs.adoc +++ b/src/site/asciidoc/legacy-docs.adoc @@ -65,6 +65,19 @@ This is the legacy documentation migrated from the older versions of Log4j. Thes * link:/manual/usage.html?#LoggerVsClass[Logger Name vs Class Name] * link:/manual/cloud.html[Logging in the Cloud] +== Performance + +* link:/performance.html[Performance] +* link:/performance.html#benchmarks[Benchmarks] +* link:/performance.html#loglibComparison[Logging Library Comparison] +* link:/performance.html#asyncLogging[Async Logging Comparison] +* link:/performance.html#asyncLoggingResponseTime[Async Logging Latency] +* link:/performance.html#asyncLoggingWithParams[Parameters] +* link:/performance.html#asyncLoggingWithLocation[Location] +* link:/performance.html#fileLoggingComparison[File Logging Comparison] +* link:/performance.html#filtering[Filtering Comparison] +* link:/performance.html#tradeoffs[Trade-offs] + == Lookups * link:/manual/lookups.html[Lookups]
