我在哪里可以获得 NLog 提供的 "ambient properties" 的列表?

Where can I get a list of the "ambient properties" provided by NLog?

除了布局渲染器,NLog 还有一些文档页面中提到的 "ambient properties"(例如 https://github.com/NLog/NLog/wiki/Pad-Layout-Renderer 中的 padding)。

有什么地方可以获得所有可用环境属性的列表吗?我想尽可能地使用它们,因为它们通常比等效的布局渲染器更易于阅读。

可以找到所有布局渲染器 here,但是 没有 具有环境属性的过滤器。

所以现在只在代码中搜索 AmbientProperty 是解决方案:click