Skip to content

Commit c5704e2

Browse files
ppkarwaszvy
andauthored
Apply suggestions from code review (3)
Co-authored-by: Volkan Yazıcı <[email protected]>
1 parent fd9f75e commit c5704e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/site/antora/modules/ROOT/pages/manual/lookups.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ The same process converts escaped `$$+{...}+` expressions to `$+{...}+` expressi
100100
101101
* For each log event, the remaining expressions are evaluated, using the log event as context.
102102
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:
104105
105106
* When used in a global context, it formats the **current** timestamp obtained through
106107
https://docs.oracle.com/javase/{java-target-version}/docs/api/java/lang/System.html#currentTimeMillis--[`System.currentTimeMillis()`].

0 commit comments

Comments
 (0)