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
133
133
134
134
Log4j Core provides many lookups out-of-the-box:
135
135
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.
137
137
These lookups can be safely used in eagerly evaluated properties of a
138
138
xref:manual/configuration.adoc[configuration file]
139
139
using the `${prefix:key}` syntax:
140
140
+
141
- [#global-context-immutable- list]
142
- .Immutable lookups available in the global context
141
+ [#global-context-list]
142
+ .Lookups operating on the global context
143
143
[cols="1,2m,5"]
144
144
|===
145
145
| Prefix | Dependency | Data source
@@ -209,10 +209,11 @@ https://jakarta.ee/specifications/servlet/6.0/apidocs/jakarta.servlet/jakarta/se
209
209
210
210
|===
211
211
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:
213
214
+
214
215
[#event-context-list]
215
- .Lookups available in the context of a log event
216
+ .Lookups operating on the log event context
216
217
[cols="1,2m,5"]
217
218
|===
218
219
| Prefix | Dependency | Data source
You can’t perform that action at this time.
0 commit comments