https://github.com/loresoft/nlog.xml
NLog xml layout and render
https://github.com/loresoft/nlog.xml
Last synced: 9 months ago
JSON representation
NLog xml layout and render
- Host: GitHub
- URL: https://github.com/loresoft/nlog.xml
- Owner: loresoft
- License: apache-2.0
- Created: 2012-06-07T14:06:56.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:34:21.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T04:47:36.578Z (9 months ago)
- Language: C#
- Size: 4.37 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#NLog.Xml
NLog XML layout and fluent logging.
[](https://ci.appveyor.com/project/LoreSoft/nlog-xml)
[](https://www.nuget.org/packages/nlog.xml)
##Download
The NLog.Xml library is available on nuget.org via package name `NLog.Xml`.
To install NLog.Xml, run the following command in the Package Manager Console
PM> Install-Package NLog.Xml
More information about NuGet package avaliable at
##Development Builds
Development builds are available on the myget.org feed. A development build is promoted to the main NuGet feed when it's determined to be stable.
In your Package Manager settings add the following package source for development builds:
##Xml Layout
Use the XML layout renderer
Add custom properties to the xml document
```xml
```
Write XML to file using header and footer to set xml root node.
```xml
```
Send MSMQ message as XML
```xml
```