Skip to content

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

Configuration Syntax

${processstart:Format=String:UniversalTime=Boolean}

Parameters

Rendering Options

  • Format - DateTime ToString(...) Format specifier. Default = yyyy-MM-dd HH:mm:ss
  • UniversalTime - DateTime UTC time. Default = False.
  • Culture - DateTime formatting culture. Default = Invariant.

Clone this wiki locally