NLog by Kim Christensen, Julian Verdurmen

<PackageReference Include="NLog" Version="4.3.7" />

 NLog 4.3.7

NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity. This package installs NLog.dll with includes core logging functionality. For your main project also need to install "NLog Configuration" package.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>NLog</id>
    <version>4.3.7</version>
    <title>NLog</title>
    <authors>Kim Christensen, Julian Verdurmen</authors>
    <owners>Kim Christensen</owners>
    <licenseUrl>http://raw.github.com/NLog/NLog/master/LICENSE.txt</licenseUrl>
    <projectUrl>http://nlog-project.org/</projectUrl>
    <iconUrl>http://nlog-project.org/N.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>NLog is a logging platform for .NET with rich log routing and management capabilities. It can help you produce and manage high-quality logs for your application regardless of its size or complexity.
This package installs NLog.dll with includes core logging functionality.
For your main project also need to install "NLog Configuration" package.</description>
    <summary>NLog - Advanced .NET and Silverlight Logging</summary>
    <releaseNotes>## Features
- [#1469] Allow overwriting possible nlog configuration file paths (@304NotModified)
- [#1578] Add support for name parameter on ${Assembly-version} (@304NotModified)
- [#1580] Added option to not render empty literals on nested json objects (@johnkors)

## Improvements
- [#1558] Callsite layout renderer: improve string comparison test (performance) (@304NotModified)
- [#1582] FileTarget: Performance improvement for CleanupInvalidFileNameChars  (@304NotModified)

## Fixes
- [#1556] Bugfix: Use the culture when rendering the layout (@304NotModified)
 </releaseNotes>
    <language>en-US</language>
    <tags>logging log tracing logfiles NLog database eventlog email wcf</tags>
  </metadata>
</package>