简体   繁体   中英

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

In addition to layout renderers, NLog has "ambient properties" that are mentioned in some documentation pages (for example, padding in https://github.com/NLog/NLog/wiki/Pad-Layout-Renderer ).

Is there a place where I can get a list of all the ambient properties available? I would like to use them where I can, as they are often easier to read than their equivalent layout renderer.

All layout renderers could be found here , but there isn't a filter if it has ambient properties.

So for now only searching for AmbientProperty in code is the solution:click

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM