issues
search
serilog
/
serilog-expressions
An embeddable mini-language for filtering, enriching, and formatting Serilog events, ideal for use with JSON or XML configuration.
Apache License 2.0
193
stars
17
forks
source link
3.2.0 Release
#50
Closed
nblumhardt
closed
3 years ago
nblumhardt
commented
3 years ago
45 -
Concat(s0, s1, ..sN)
(@nblumhardt)
46 - use
Directory.Build.props
to share common settings (@SimonCropp)
47 - use
Nullable
package for down-level platform support (@SimonCropp)
48 - code cleanups (@SimonCropp)
49 (@nblumhardt)
default to shallow semantics, add optional
deep
arg to
Rest()
improve reporting of function argument count mismatches
allow user-defined functions to expose optional arguments
45 -
Concat(s0, s1, ..sN)
(@nblumhardt)46 - use
Directory.Build.props
to share common settings (@SimonCropp)47 - use Nullable package for down-level platform support (@SimonCropp)
48 - code cleanups (@SimonCropp)
49 (@nblumhardt)
deep
arg toRest()