-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Longdate Layout Renderer
Rolf Kristensen edited this page Oct 19, 2024
·
11 revisions
The date and time in a long, sortable format yyyy-MM-dd HH:mm:ss.ffff
.
Platforms Supported: All
Alternative ${date:format=yyyy-MM-dd_HH} can be used to customize the DateTime-format.
${longdate:universalTime=Boolean}
- universalTime - Indicates whether to output UTC time instead of local time.Boolean Default: False
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
- Getting started
- How to use structured logging
- Troubleshooting
- FAQ
- Articles about NLog
-
All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json