Serilog.Sinks.SpectreConsole
Serilog.Sinks.SpectreConsole copied to clipboard
The sink gets registered but there is no output. Spent some time figuring out what was the main cause :).
I'm not able to pass in an `ExpressionTemplate` from the `Serilog.Expressions` package. That makes this library unfortunately unusable for my use case. Like other sinks, this is a matter of...
Markup doesn't work when trying to log messages. ``` Log.Logger
Hi, Could we customize colors with spectre console features?
The following small change adding a markupRender function fixes this issue and allows for markup to be used in log messages