User-defined functions in Serilog Expressions nblumhardt.com
Yesterday’s post introduced Serilog Expressions, a little library for filtering, enriching, and formatting Serilog events.
We left open the question of how to show dates and times in UTC. This is a good fit for a user-defined function: writing and plugging-in our own implementation of ToUtc() is the subject of this post.
Report Story
Leave Your Comment