The Wayback Machine - https://web.archive.org/web/20200925123615/https://github.com/coderrio/Coderr.Client.NLog
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

README.md

NLog adapter for Coderr

Coderr - Find more errors and solve them faster!

This library is an adapter for Coderr. It picks up all logged exceptions from NLog and uploads them to the Coderr Server for further analysis.

You need to install a Coderr Server to be able to analyze and manage the errors.

Getting started guide

Configuration

To activate the NLog integration add Coderr to your nlog.config:

<nlog>
  <extensions>
    <add assembly="Coderr.Client.Nlog"/>
  </extensions>
  <targets>
    <!-- other targets .. -->

    <target name="Coderr" type="Coderr"/>
  </targets>

  <rules>
    <!-- other rules -->

    <logger name="*" minlevel="Debug" writeTo="Coderr" />
  </rules>
</nlog>

Questions

https://discuss.coderr.io/

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.