Skip to content

NLogDir Layout Renderer

Rolf Kristensen edited this page Jun 22, 2025 · 5 revisions

The directory where NLog.dll is located.

Platforms Supported: All

Configuration Syntax

${nlogdir:dir=String:file=String}

Parameters

Advanced Options

  • dir - Name of the directory to be Path.Combine()'d with the directory name.
  • file - Name of the file to be Path.Combine()'d with the directory name.

Clone this wiki locally