Indent nested calls using serilog

Viewed 225

Is it possible to indent logs in serilog for nested calls? So I would get the following:

Function A...
  Function B...

If it matters I am using .net framework 4.7

1 Answers

Issue resolved in comment by Ruben

Related