Skip to content

Commit 71a1135

Browse files
authored
Note that UDFs can accept LogEvent
1 parent 01c8e71 commit 71a1135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ convert the result to plain-old-.NET-types like `string`, `bool`, `Dictionary<K,
352352
User-defined functions can be plugged in by implementing static methods that:
353353

354354
* Return `LogEventPropertyValue?`,
355-
* Have arguments of type `LogEventPropertyValue?`,
355+
* Have arguments of type `LogEventPropertyValue?` or `LogEvent`,
356356
* If the `ci` modifier is supported, accept a `StringComparison`, and
357357
* If culture-specific formatting or comparisons are used, accepts an `IFormatProvider`.
358358

0 commit comments

Comments
 (0)