Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 346 Bytes

CurrentDir-Layout-Renderer.md

File metadata and controls

16 lines (8 loc) · 346 Bytes

The current working directory of the application.

Introduced in NLog v4.5.

Supported in .NET and Mono.

Configuration Syntax

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

Parameters

dir: Name of the directory to be Path.Combine()'d with the current directory.

file: Name of the file to be Path.Combine()'d with the current directory.