在我的项目中,我将Serilog与Elasticsearch一起使用。但是我需要从JsonProperty序列化对象字段名称。我该怎么做?我认为,我需要使用Newtonsoft.Json设置Serilog,但是我找不到有关此的任何信息。请帮我)
答案 0 :(得分:0)
如果有人在寻找,这里有一个图书馆https://github.com/destructurama/json-net
您可以通过传递feature_branch
来破坏JObject
的结构。
例如:@
,其中_logger.LogInformation("ProjectVariables: {@Variables}", projectVariables);
是projectVariables