An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

#NLog.Xml

NLog XML layout and fluent logging.

[![Build status](https://ci.appveyor.com/api/projects/status/9m108vtfq3t3lyc7)](https://ci.appveyor.com/project/LoreSoft/nlog-xml)

[![Version](https://img.shields.io/nuget/v/NLog.Xml.svg)](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








```