File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
src/site/antora/modules/ROOT/pages/manual Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -133,13 +133,13 @@ See xref:manual/pattern-layout.adoc#garbage-free[Garbage-free pattern converters
133133
134134Log4j Core provides many lookups out-of-the-box:
135135
136- * A large group of lookups supports evaluation in a global context.
136+ Lookups operating on the global context:: A large group of lookups supports evaluation in a global context.
137137These lookups can be safely used in eagerly evaluated properties of a
138138xref:manual/configuration.adoc[configuration file]
139139using the `${prefix:key}` syntax:
140140+
141- [#global-context-immutable- list]
142- .Immutable lookups available in the global context
141+ [#global-context-list]
142+ .Lookups operating on the global context
143143[cols="1,2m,5"]
144144|===
145145| Prefix | Dependency | Data source
@@ -209,10 +209,11 @@ https://jakarta.ee/specifications/servlet/6.0/apidocs/jakarta.servlet/jakarta/se
209209
210210|===
211211
212- * The following lookups only support evaluation in the context of a log event or behave differently, when evaluated in such a context:
212+ Lookups operating on the log event context::
213+ The following lookups only support evaluation in the context of a log event or behave differently, when evaluated in such a context:
213214+
214215[#event-context-list]
215- .Lookups available in the context of a log event
216+ .Lookups operating on the log event context
216217[cols="1,2m,5"]
217218|===
218219| Prefix | Dependency | Data source
You can’t perform that action at this time.
0 commit comments