Data types - NLog/NLog GitHub Wiki
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.