| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The time in a 24-hour, sortable format HH:mm:ss.ffff.
Platforms Supported: All
See also ${processtime}, ${date}, ${longdate}, ${shortdate}
${time:universalTime=Boolean:invariant=Boolean}
Introduced with NLog 4.5.2
Introduced with NLog 5.0
NLog uses local-time by default, but because conversion from machine-time to local-time has an overhead, then NLog uses cached time-source FastLocal with 15ms time-precision that follows Environment.TickCount. For high time-precision and still fast performance, then consider using Time-source AccurateUtc (Time-precision of 1ms)
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
| Back | FazBrowse Home | New Git URL |