Search code examples
c#serilog

Indent nested calls using serilog


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


Solution

  • Issue resolved in comment by Ruben