-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ProcessStart Layout Renderer
Rolf Kristensen edited this page Aug 16, 2026
·
1 revision
The start time of the current process.
Platforms Supported: All
Introduced with NLog v6.2
${processstart:Format=String:UniversalTime=Boolean}
-
Format - DateTime
ToString(...)Format specifier. Default =yyyy-MM-dd HH:mm:ss -
UniversalTime - DateTime UTC time. Default =
False. -
Culture - DateTime formatting culture. Default =
Invariant.
- 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