-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Data types
Rolf Kristensen edited this page May 7, 2022
·
15 revisions
The data types used in NLog
- Layout: The layout created with Layout-Renderers
-
Boolean:
true
orfalse
in 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 the Encoding class topic.
- 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