Grace.NLog by Ian Johnson

<PackageReference Include="Grace.NLog" Version="2.2.2" />

.NET API 6,144 bytes

 Grace.NLog 2.2.2

Grace.NLog provides integration class between NLog and Grace (Dependency Injection Container)

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Grace.NLog</id>
    <version>2.2.2</version>
    <title>Grace.NLog</title>
    <authors>Ian Johnson</authors>
    <owners>Ian Johnson</owners>
    <licenseUrl>https://github.com/ipjohnson/Grace/blob/master/License.md</licenseUrl>
    <projectUrl>https://github.com/ipjohnson/Grace</projectUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>Grace.NLog provides integration class between NLog and Grace (Dependency Injection Container)</description>
    <summary>Grace.NLog provides a logging service using NLog and Grace</summary>
    <releaseNotes>This release contains bug fixes for registering open generics in bulk, added support for configuring exports from App.Config</releaseNotes>
    <copyright>Copyright 2014 Ian Johnson</copyright>
    <language>en-US</language>
    <tags>IoC Dependency Injection Container MVC</tags>
    <dependencies>
      <dependency id="Grace" version="2.2.2" />
      <dependency id="NLog" version="2.1.0" />
    </dependencies>
  </metadata>
</package>