Let\'s say I have a type T, that is passed into serilog functions, e.g. Log.Information("Found object {Obj}", @object); In my case I\'m u
T
Log.Information("Found object {Obj}", @object);