serilog-expressions icon indicating copy to clipboard operation
serilog-expressions copied to clipboard

An embeddable mini-language for filtering, enriching, and formatting Serilog events, ideal for use with JSON or XML configuration.

Results 11 serilog-expressions issues
Sort by recently updated
recently updated
newest added

Similar to https://github.com/serilog/serilog/pull/2094 Removed allocations from `DateTimeOffset.ToString` by using `ISpanFormattable.TryFormat` API ```csharp [MemoryDiagnoser] [SimpleJob(RuntimeMoniker.Net80)] [SimpleJob(RuntimeMoniker.Net90)] public class ExpressionBenchmark { private TextWriter nullWriter = TextWriter.Null; private ExpressionTemplate expressionFormatter = new ExpressionTemplate("[{@t:HH:mm:ss.fff}...