Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 9.7% on nuget.org
Top 6.0% downloads on nuget.org
Top 7.0% dependent repos on nuget.org
Top 4.6% forks on nuget.org

nuget.org : nlog.gelftarget

NLog.Targets.Gelf is a custom target for NLog and Graylog2 server To use NLog.Targets.Gelf just add the following to your config file and place NLog.Targets.Gelf.dll in the same location as the NLog.dll file: <nlog> <extensions> <add assembly="NLog.Targets.Gelf" /> </extensions> <targets> <target name="Gelf" type="Gelf" gelfserver="" port="12201" maxchunksize="8154" /> </targets> <rules> <logger name="*" minLevel="Trace" appendTo="Gelf"/> </rules> </nlog> This project was an amalgamation of NLog.Targets.Syslog (https://github.com/graffen/NLog.Targets.Syslog) and Gelf4Net (https://github.com/jjchiw/gelf4net). Thanks to those guys for their code. This project is also using Newtonsoft.Json.dll (http://json.codeplex.com/) for json serialization.

Registry - Homepage - JSON
purl: pkg:nuget/nlog.gelftarget
Keywords: gelf, graylog2, nlog
License: GPL-1.0+
Latest release: over 7 years ago
First release: over 9 years ago
Dependent repositories: 1
Downloads: 57,642 total
Stars: 4 on GitHub
Forks: 16 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 12 days ago

    Loading...
    Readme
    Loading...