8000 TempDir Layout Renderer · NLog/NLog Wiki · GitHub
[go: up one dir, main page]

Skip to content

TempDir Layout Renderer

Rolf Kristensen edited this page Mar 6, 2022 · 5 revisions

The temporary directory on the local machine.

Platforms Supported: All

See also ${basedir}, ${processdir}, ${specialfolder}, ${currentdir}

Configuration Syntax

${tempdir: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
0