Top 20 NuGet Packages
Publish error notifications from NLog directly to AirBrake or an Errbit server.
NLog Mustache Layout Renderer.
An NLog layout renderer that allows items in the current HTTP context to be added to a log layout. Example: ${http-context-item:X-RequestId} will log the contents of HttpContext.Current.Items["X-Request-Id"]
Custom NLog target for Azure Log Analytics
Send log message from NLog to ActiveMQ
NLog Target that emits the log entries to a fluentd node.
The NLog target to write to Kafka queue
NLog extension library
Allows you to control when NLog flushes
NLog.RabbitMQ.Target fork by konstan
Allows to use ${configsettings} for most properties
when defining the RabbitMQ target.
RavenDB target for NLog
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>
...
A NLog target for Http
An NLog target for MongoDB
supported name collection as date(eg. Log${date:yyMMdd})
supported customized MongoDB connection string provider.
NLog.Targets.Pushover is a custom target for NLog enabling you to send logging messages to the Pushover service
Custom target for NLog enabling you to send logging messages to the Sentry logging service.
Custom target for NLog enabling you to send logging messages to the Sentry logging service.
The NLog Syslog Target is a custom target for NLog version 2.0 allowing you to send logging messages to a UNIX-style Syslog server.