v3.1.0
The last of these churny releases for a while! 😅
- #43 - (@nblumhardt)
- Allow all functions to accept a
LogEventparameter - Adds virtual
NameResolver.TryBindFunctionParameter()to support user-defined function parameter types - Combine these to implement a
Rest()function, usable in templates only, that matches the behavior of{Properties}in Serilog output templates (i.e. all properties not referenced elsewhere in the template or message)
- Allow all functions to accept a