How can I get structured logging when using e.g. Serilog with Servicestack?
The examples from both Serilog and NLog have the form Log.Information("Hello World from {FirstName}", "Thomas"); for which I cannot find a matching method signature in ServiceStack.