From 65be0f52df7995b82a280c779431cc4ff8c2391b Mon Sep 17 00:00:00 2001 From: Zeng Sheng Liu Date: Fri, 13 Jun 2025 11:13:12 -0400 Subject: [PATCH] Update pattern-layout.adoc Correct logger precision example --- .../ROOT/pages/manual/pattern-layout.adoc | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc b/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc index d3f713e7942..a3f85c29af4 100644 --- a/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc +++ b/src/site/antora/modules/ROOT/pages/manual/pattern-layout.adoc @@ -952,6 +952,10 @@ See the table below for abbreviation examples: |org.apache.commons.Foo |o.a.c.Foo +|%c{2.} +|org.apache.commons.Foo +|or.ap.co.Foo + |%c{1.1.\~.~} |org.apache.commons.test.Foo |o.a.~.~.Foo @@ -964,17 +968,29 @@ See the table below for abbreviation examples: |org.apache.commons.test.Foo |o.a.c.test.Foo +|%c{3.2.1.*} +|org.apache.commons.test.Foo +|org.ap.c.test.Foo + |%c{1.2.*} |org.apache.commons.test.Foo +|o.ap.commons.test.Foo + +|%c{1.2*} +|org.apache.commons.test.Foo |o.a.c.test.Foo |%c{1.3.*} |org.apache.commons.test.Foo +|o.apa.commons.test.Foo + +|%c{1.3*} +|org.apache.commons.test.Foo |o.a.commons.test.Foo |%c{1.8.*} |org.apache.commons.test.Foo -|org.apache.commons.test.Foo +|o.apache.commons.test.Foo |=== [#converter-marker]