File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/site/antora/modules/ROOT/pages/manual Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,8 @@ The same process converts escaped `$$+{...}+` expressions to `$+{...}+` expressi
100
100
101
101
* For each log event, the remaining expressions are evaluated, using the log event as context.
102
102
103
- An example of lookup that can be used in both a global and event context is the `$+{date:...}+` lookup:
103
+ Lookups can choose to react differently depending on the execution context.
104
+ <<DateLookup>> is such an example:
104
105
105
106
* When used in a global context, it formats the **current** timestamp obtained through
106
107
https://docs.oracle.com/javase/{java-target-version}/docs/api/java/lang/System.html#currentTimeMillis--[`System.currentTimeMillis()`].
You can’t perform that action at this time.
0 commit comments