Chris Macklin

Results 3 comments of Chris Macklin

You need to set the `EmitEventFailure` option, and further, make sure the Serilog self logger is configured, for example ```C# Serilog.Debugging.SelfLog.Enable(msg => Console.WriteLine(msg)); ```

Wow, this is a beast.

Built successfully on my linux box up to tests, but I don't have the requisite databases set up to run the unit tests.