
An embeddable mini-language for filtering, enriching, and formatting Serilog events, ideal for use with JSON or XML configuration.
The Serilog Expressions is an embeddable mini-language designed for filtering, enriching, and formatting Serilog events, making it ideal for use with JSON or XML configurations. This tool enhances Serilog's capabilities by adding extension methods to configuration objects and providing a customized ExpressionTemplate type compatible with various Serilog sinks.
In summary, Serilog Expressions provides a powerful solution for customizing the filtering, enriching, and formatting of Serilog events. By leveraging an embeddable mini-language and the ExpressionTemplate class, users can effectively enhance their logging configurations within their applications.
