Skip to content

NLogDir Layout Renderer

Rolf Kristensen edited this page Nov 27, 2021 · 4 revisions

The directory where NLog.dll is located.

Platforms Supported: Limited (Not supported on NetStandard1.3)

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