我在哪里可以获得 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
)。
有什么地方可以获得所有可用环境属性的列表吗?我想尽可能地使用它们,因为它们通常比等效的布局渲染器更易于阅读。
除了布局渲染器,NLog 还有一些文档页面中提到的 "ambient properties"(例如 https://github.com/NLog/NLog/wiki/Pad-Layout-Renderer 中的 padding
)。
有什么地方可以获得所有可用环境属性的列表吗?我想尽可能地使用它们,因为它们通常比等效的布局渲染器更易于阅读。