cosmos-logging icon indicating copy to clipboard operation
cosmos-logging copied to clipboard

Cosmos.Logging | 添加对形如 {@One.Name} 的自定义 Token 的支持

Open alexinea opened this issue 5 years ago • 0 comments

添加对形如 {@One.Name} 的自定义 Token 的支持:

logger.LogInformation("Nice {@One.Name}", new {One = new {Name = "Alex LEWIS"}});

即:Custom property token 添加对对象子成员(Property or Field)的读取支持。

alexinea avatar Nov 25 '19 15:11 alexinea