项目作者: coderrio

项目描述 :
Coderr adapter for NLog
高级语言: C#
项目地址: git://github.com/coderrio/Coderr.Client.NLog.git
创建时间: 2018-12-04T19:40:10Z
项目社区:https://github.com/coderrio/Coderr.Client.NLog

开源协议:Apache License 2.0

下载


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:

  1. <nlog>
  2. <extensions>
  3. <add assembly="Coderr.Client.Nlog"></add>
  4. </extensions>
  5. <targets>
  6. <!-- other targets .. -->
  7. <target name="Coderr" type="Coderr"></target>
  8. </targets>
  9. <rules>
  10. <!-- other rules -->
  11. <logger name="*" minlevel="Debug" writeTo="Coderr" ></logger>
  12. </rules>
  13. </nlog>

Questions

https://discuss.coderr.io/