| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Render value retrieved from Windows Performance Counter.
Platforms Supported: Limited - Windows only and requires nuget-package NLog.PerformanceCounter since NLog 5.0
${performancecounter:Category=String:Counter=PerformanceCounterType:Instance=String
:IncrementValue=Integer:MachineName:string
format=String:culture=Culture}
NLog 4.6 will automatically use current process as Instance-Id when Category = "Process" (Supports multi-instance)
Format - Format string for conversion from float to string.
Introduced with NLog v4.6
Culture - Culture used for rendering. Culture
Introduced with NLog v4.6
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
| Back | FazBrowse Home | New Git URL |