-
Notifications
You must be signed in to change notification settings - Fork 1.4k
NLogDir Layout Renderer
Rolf Kristensen edited this page Jun 22, 2025
·
5 revisions
The directory where NLog.dll is located.
Platforms Supported: All
${nlogdir:dir=String:file=String}
- 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.
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
- Getting started
- How to use structured logging
- Troubleshooting
- FAQ
- Articles about NLog
-
All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json