| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The local IP address whether IPv4 or IPv6 from NetworkInterface.GetAllNetworkInterfaces
Platforms Supported: All - Requires nuget-package NLog.Targets.Network since NLog v6
Introduced with NLog 4.6.8
${local-ip:addressFamily=InterNetwork}
The lookup of the active IP-address on the local machine has a performance hit. For better performance then it is recommended to use it with cachedSeconds like this:
${local-ip:cachedSeconds=60}
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
| Back | FazBrowse Home | New Git URL |