标签: json indentation serilog
将serilog对象记录到文件中时是否有内置缩进选项,或者我应该使用newtonSoft JsonConvert.SerializeObject(data, Formatting.Indented)等吗?
JsonConvert.SerializeObject(data, Formatting.Indented)
那么XML缩进呢?