- Notifications
You must be signed in to change notification settings - Fork1.4k
Data types
Rolf Kristensen edited this pageMay 7, 2022 ·15 revisions
The data types used in NLog
- Layout: Thelayout created withLayout-Renderers
- Boolean:
trueorfalsein the XML. - Integer: 4 bytes integral number.
- Long: 8 bytes integral number.
- Encoding: An encoding name. Possible values are listed in the Name column of the table that appears in theEncoding class topic.
-Troubleshooting Guide - See available NLog Targets and Layouts:https://nlog-project.org/config
- All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json