-
Notifications
You must be signed in to change notification settings - Fork 24
/
targets.json
881 lines (881 loc) · 30.6 KB
/
targets.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
[
{
"name": "Chainsaw",
"page": "Chainsaw-target",
"description": "Sends log messages to the remote instance of Chainsaw application from log4j.",
"category": "Integrations (GUI tools)"
},
{
"name": "ColoredConsole",
"page": "ColoredConsole-target",
"description": "Writes log messages to the console with customizable coloring.",
"platforms": [
"net35",
"net40",
"net45",
"netstandard1.5",
"netstandard2.0"
],
"category": ""
},
{
"name": "Console",
"page": "Console-target",
"description": "Writes log messages to the console.",
"category": ""
},
{
"name": "Database",
"page": "Database-target",
"description": "Writes log messages to the database using an ADO.NET provider.",
"package": "NLog.Database",
"platform-notes": "For NLog 5.0: NLog.Database nuget package required",
"category": "Databases"
},
{
"name": "DebugSystem",
"page": "DebugSystem-target",
"description": "Sends log messages through System.Diagnostics.Debug.",
"platform-notes": "For NLog 4.7 (and older) then use OutputDebugString-target instead",
"category": "Integrations"
},
{
"name": "Debug",
"page": "Debug-target",
"description": "Mock target - useful for testing.",
"category": "Programmatically"
},
{
"name": "Debugger",
"page": "Debugger-target",
"description": "Writes log messages to the attached debugger through System.Diagnostics.Debugger.Log",
"category": "Integrations"
},
{
"name": "EventLog",
"page": "EventLog-target",
"package": "NLog.WindowsEventLog",
"description": "Writes log message to the Windows Event Log.",
"platform-notes": "For .NET Standard: NLog.WindowsEventLog nuget package required",
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"category": "Integrations"
},
{
"name": "File",
"page": "File-target",
"description": "Writes log messages to one or more files.",
"category": ""
},
{
"name": "HTTP",
"page": "https://github.com/DarekDan/NLog.Targets.HTTP/blob/master/README.md",
"package": "NLog.Targets.Http",
"description": "Sends messages to a designated HTTP target using POST by default. Combined with JSON Formatter supports Splunk.",
"platforms": [
"netstandard2.0",
"net45"
],
"category": "Integrations",
"external": true
},
{
"name": "LogReceiverService",
"page": "LogReceiverService-target",
"package": "NLog.WCF",
"description": "Sends log messages to a NLog Receiver Service (using WCF or Web Services).",
"platform-notes": "For NLog 5.0 and .NET Standard: NLog.WCF nuget package required",
"platforms": [
"net35",
"net40",
"net45",
"netstandard1.3",
"netstandard1.5",
"netstandard2.0"
],
"category": "Integrations"
},
{
"name": "Mail",
"aliases": ["Mail", "E-mail", "SMTP", "SMTP-client"],
"page": "Mail-target",
"description": "Sends log messages with SmtpClient using SMTP protocol or pickup folder.",
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"category": "Integrations"
},
{
"name": "MailKit",
"aliases": ["Mail", "MailKit"],
"page": "Mail-target",
"package": "NLog.MailKit",
"description": "Sends log messages with MailKit using SMTP protocol or pickup folder.",
"platforms": [
"net45",
"netstandard1.3",
"netstandard1.5",
"netstandard2.0"
],
"category": "Integrations"
},
{
"name": "Memory",
"page": "Memory-target",
"description": "Writes log messages to an ArrayList in memory for programmatic retrieval.",
"category": "Programmatically"
},
{
"name": "MethodCall",
"page": "MethodCall-target",
"description": "Calls the specified static method on each log message and passes contextual parameters to it.",
"category": "Programmatically"
},
{
"name": "Network",
"page": "Network-target",
"description": "Sends log messages over the network using TCP / UDP / SSL / TLS.",
"category": "Integrations"
},
{
"name": "NLogViewer",
"page": "NLogViewer-target",
"description": "Sends log messages to the remote instance of NLog Viewer.",
"category": "Integrations (GUI tools)"
},
{
"name": "Null",
"page": "Null-target",
"description": "Discards log messages. Used mainly for debugging and benchmarking.",
"category": "Programmatically"
},
{
"name": "OutputDebugString",
"page": "OutputDebugString-target",
"description": "Outputs log messages through the OutputDebugString() Win32 API.",
"package": "NLog.OutputDebugString",
"platform-notes": "For NLog 5.0: NLog.OutputDebugString nuget package required",
"platforms": [
"net35",
"net40",
"net45"
],
"category": "Integrations"
},
{
"name": "PerfCounter",
"page": "PerfCounter-target",
"description": "Updates specified Windows Performance Counter on each write.",
"package": "NLog.PerformanceCounter",
"platform-notes": "For NLog 5.0: NLog.PerformanceCounter nuget package required",
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"category": "Integrations"
},
{
"name": "Trace",
"aliases": ["TraceSystem"],
"page": "Trace-target",
"description": "Sends log messages through System.Diagnostics.Trace.",
"platforms": [
"net35",
"net40",
"net45",
"netstandard1.5",
"netstandard2.0"
],
"category": "Integrations"
},
{
"name": "WebService",
"page": "WebService-target",
"description": "Calls the specified web service on each log message.",
"category": "Integrations"
},
{
"name": "AsyncWrapper",
"page": "AsyncWrapper-target",
"description": "Provides asynchronous, buffered execution of target writes.",
"wrapper": true,
"category": "Async and buffering"
},
{
"name": "AutoFlushWrapper",
"page": "AutoFlushWrapper-target",
"description": "Causes a flush after each write on a wrapped target.",
"wrapper": true,
"category": "Async and buffering"
},
{
"name": "BufferingWrapper",
"page": "BufferingWrapper-target",
"description": "A target that buffers log events and sends them in batches to the wrapped target. Useful in combination with Mail target.",
"wrapper": true,
"category": "Async and buffering"
},
{
"name": "FallbackGroup",
"page": "FallbackGroup-target",
"description": "Provides fallback-on-error.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "FilteringWrapper",
"page": "FilteringWrapper-target",
"description": "Filters log entries based on a condition.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "ImpersonatingWrapper",
"page": "ImpersonatingWrapper-target",
"description": "Impersonates another user for the duration of the write.",
"package": "NLog.WindowsIdentity",
"platform-notes": "For NLog 5.0: NLog.WindowsIdentity nuget package required",
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"wrapper": true,
"category": "Security"
},
{
"name": "LimitingWrapper",
"page": "LimitingWrapper-target",
"description": "Limits number of log events sent to target.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "PostFilteringWrapper",
"page": "PostFilteringWrapper-target",
"description": "Filters buffered log entries based on a set of conditions that are evaluated on a group of events.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "RandomizeGroup",
"page": "RandomizeGroup-target",
"description": "Sends log messages to a randomly selected target.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "RepeatingWrapper",
"page": "RepeatingWrapper-target",
"description": "Repeats each log event the specified number of times.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "RetryingWrapper",
"page": "RetryingWrapper-target",
"description": "Retries in case of write error.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "RoundRobinGroup",
"page": "RoundRobinGroup-target",
"description": "Distributes log events to targets in a round-robin fashion.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "SplitGroup",
"page": "SplitGroup-target",
"description": "Writes log events to all targets.",
"wrapper": true,
"category": "Filtering, throttling and error handling"
},
{
"name": "MSMQ",
"page": "MSMQ-target",
"description": "Writes log message to the specified message queue handled by MSMQ.",
"package": "NLog.MSMQ",
"platforms": [
"net35",
"net40",
"net45"
],
"platform-notes": "For NLog 4.7 (and older) then NLog.Extended nuget package required",
"category": "Integrations"
},
{
"name": "AspNetTrace",
"page": "AspNetTrace-target",
"description": "Writes log messages to the ASP.NET trace.",
"package": "NLog.Web",
"platforms": [
"net35",
"net40",
"net45"
],
"category": "Integrations"
},
{
"name": "AspNetBufferingWrapper",
"page": "AspNetBufferingWrapper-target",
"description": "Buffers log events for the duration of ASP.NET request and sends them down to the wrapped target at the end of a request.",
"package": "NLog.Web",
"wrapper": true,
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"category": "Async and buffering"
},
{
"name": "FormControl",
"page": "FormControl-target",
"description": "Logs text to Windows.Forms.Control.Text property control of specified Name.",
"package": "NLog.Windows.Forms",
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"category": "Windows Forms"
},
{
"name": "MessageBox",
"page": "MessageBox-target",
"description": "Pops up log messages as message boxes.",
"package": "NLog.Windows.Forms",
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"category": "Windows Forms"
},
{
"name": "RichTextBox",
"page": "RichTextBox-target",
"description": "Log text a Rich Text Box control in an existing or new form.",
"package": "NLog.Windows.Forms",
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"category": "Windows Forms"
},
{
"name": "ToolStripItem",
"page": "ToolStripItem-target",
"description": "Logs text to Windows.Forms.ToolStripItem property control of specified Name",
"package": "NLog.Windows.Forms",
"platforms": [
"net35",
"net40",
"net45",
"netstandard2.0"
],
"category": "Windows Forms"
},
{
"name": "Elmah",
"description": "Logs to Elmah",
"package": "NLog.Elmah",
"page": "https://github.com/NLog/NLog.elmah",
"category": "Integrations"
},
{
"name": "ETW",
"description": "Log to Event Tracing for Windows (ETW)",
"package": "NLog.ETW",
"page": "https://github.com/NLog/NLog.ETW",
"category": "Integrations"
},
{
"name": "Amazon SNS",
"page": "https://github.com/Takaloy/NLog.Targets.SNS",
"description": "Writes NLog messages to Amazon SNS",
"package": "NLog.Targets.SNS",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Amazon SQS",
"page": "https://github.com/aireq/NLog.Targets.SQS",
"description": "Writes NLog messages to Amazon SQS",
"package": "NLog.Targets.SQS",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure Data Explorer",
"page": "https://github.com/Azure/azure-kusto-nlog-sink",
"description": "Writes NLog messages to Azure Data Explorer (Kusto) cluster ",
"package": "NLog.Azure.Kusto",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure Table Storage",
"page": "https://github.com/abkonsta/NLog.Extensions.AzureTableStorage",
"description": "Writes NLog messages to Azure TableStorage",
"package": "NLog.Extensions.AzureTableStorage",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure ApplicationInsights",
"page": "https://github.com/Microsoft/ApplicationInsights-dotnet-logging",
"description": "Writes NLog messages to Microsoft ApplicationInsights",
"package": "Microsoft.ApplicationInsights.NLogTarget",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure AppCenter",
"page": "https://github.com/NLog/NLog.AzureAppCenter",
"description": "Writes NLog messages to Microsoft Visual Studio AppCenter with Azure",
"package": "NLog.Targets.AppCenter",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft DiagnosticSource",
"page": "https://github.com/NLog/NLog.DiagnosticSource",
"description": "DiagnosticListenerTarget as a named source of instrumentation events",
"package": "NLog.DiagnosticSource",
"external": true,
"category": "Integrations"
},
{
"name": "Elastic Search",
"page": "https://github.com/ReactiveMarkets/NLog.Targets.ElasticSearch",
"description": "Writes to Elastic Search servers",
"package": "NLog.Targets.ElasticSearch",
"external": true,
"category": "Integrations"
},
{
"name": "elmah.io",
"page": "https://github.com/elmahio/elmah.io.nlog",
"description": "Sends logs to https://elmah.io",
"package": "elmah.io.nlog",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "blipboard.io",
"page": "https://github.com/bliptech-blipboard/nlog",
"description": "Sends logs to the Blipboard",
"package": "Bliptech.Blipboard.NLog",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "ExceptionLess",
"page": "https://github.com/exceptionless/Exceptionless.Net",
"description": "Writes NLog messages to https://www.exceptionless.com",
"package": "Exceptionless.NLog",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Fluentd",
"page": "https://github.com/fluent/NLog.Targets.Fluentd",
"description": "Writes NLog messages to Fluentd",
"package": "NLog.Targets.Fluentd",
"external": true,
"category": "Integrations"
},
{
"name": "Gelf",
"page": "https://github.com/2020Legal/NLog.Targets.Gelf",
"description": "Writes NLog messages to GrayLog2 - Gelf",
"package": "NLog.Targets.Gelf",
"external": true,
"category": "Integrations"
},
{
"name": "Gelf4NLog",
"page": "https://github.com/Certegy/Gelf4NLog",
"package": "Gelf4NLog.Target",
"description": "Writes NLog messages to GrayLog2 - Gelf",
"external": true,
"category": "Integrations"
},
{
"name": "InfluxDB",
"page": "https://github.com/tomcheney/nlog-influx-target",
"package": "NLog.Targets.InfluxDB",
"description": "Writes NLog messages to InfluxDB v2",
"external": true,
"category": "Databases"
},
{
"name": "NLog.Gelf",
"page": "https://github.com/mantasaudickas/NLog.Gelf",
"package": "NLog.Gelf",
"description": "Writes NLog messages to GrayLog2 - Gelf",
"external": true,
"category": "Integrations"
},
{
"name": "NLog.Targets.GraylogHttp",
"page": "https://github.com/dustinchilson/NLog.Targets.GraylogHttp",
"package": "NLog.Targets.GraylogHttp",
"description": "NLog target that pushes log messages to Graylog using the Http input.",
"external": true,
"category": "Integrations"
},
{
"name": "EasyGelf",
"page": "https://github.com/Pliner/EasyGelf",
"package": "EasyGelf.NLog",
"description": "Writes NLog messages to GrayLog2 - Gelf",
"external": true,
"category": "Integrations"
},
{
"name": "Glimpse",
"page": "https://github.com/rho24/Glimpse.NLog",
"package": "Glimpse.NLog",
"description": "Show NLog information in https://getglimpse.com/",
"external": true,
"category": "Integrations"
},
{
"name": "GrowlNotify",
"page": "https://github.com/RyanFarley/NLogGrowlNotify",
"description": "Sends logs via Growl for Windows (http://www.growlforwindows.com/gfw/) a desktop notification system.",
"package": "NLog.Growl",
"external": true,
"category": "Integrations (GUI tools)"
},
{
"name": "LiveSwitch",
"page": "https://www.liveswitch.com",
"package": "LiveSwitch.NLog",
"description": "Sends logs via named pipes to a local service that you can monitor in real-time with a UI",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Loggly",
"page": "https://github.com/neutmute/nlog-targets-loggly",
"package": "NLog.Targets.Loggly",
"description": "Writes NLog messages to https://www.loggly.com",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Logentries",
"page": "https://github.com/logentries/le_dotnet",
"package": "Logentries.nlog",
"description": "Writes NLog messages to https://www.logentries.com",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Loki",
"page": "https://github.com/corentinaltepe/nlog.loki",
"package": "NLog.Targets.Loki",
"description": "Writes NLog messages to Grafana Loki https://github.com/grafana/loki",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Loupe",
"page": "https://github.com/gibraltarsoftware/gibraltar.agent.nlog2",
"package": "Loupe.Agent.NLog",
"description": "Writes NLog messages to Gibraltar Loupe Agent https://www.onloupe.com",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "MongoDB",
"page": "https://github.com/loresoft/NLog.Mongo",
"package": "NLog.Mongo",
"description": "Writes NLog messages to MongoDB",
"external": true,
"category": "Databases"
},
{
"name": "LiteDB",
"page": "https://github.com/cccsdh/NLog.LiteDB",
"package": "NLog.LiteDB",
"description": "Writes NLog messages to LiteDB",
"external": true,
"category": "Databases"
},
{
"name": "Pushover",
"page": "https://github.com/RobThree/NLog.Targets.Pushover",
"package": "NLog.Targets.Pushover",
"description": "Sends logs via (https://pushover.net/), an Android/iOS/Desktop push notification system",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "RabbitMQ",
"page": "https://github.com/adolya/NLog.RabbitMQ",
"package": "NLog.RabbitMQ.Target",
"description": "Sends logs over a RabbitMQ message broker",
"external": true,
"category": "Integrations"
},
{
"name": "Raygun",
"page": "https://github.com/MindscapeHQ/NLog.Raygun",
"package": "NLog.Raygun",
"description": "Writes NLog messages to www.raygun.com",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Redis",
"page": "https://github.com/NLog/NLog.Redis",
"package": "NLog.Targets.Redis",
"description": "Writes NLog messages to Redis",
"category": "Integrations"
},
{
"name": "ReflectInsight",
"page": "https://github.com/reflectsoftware/reflectinsight-extensions-nlog",
"package": "ReflectSoftware.Insight.Extensions.NLog",
"description": "Writes NLog messages to https://www.reflectsoftware.com",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "RavenDB",
"page": "https://github.com/kentcooper/NLog.Raven",
"package": "NLog.Raven",
"description": "Writes NLog messages to RavenDB",
"external": true,
"category": "Databases"
},
{
"name": "Sentry (Unified SDK)",
"page": "https://github.com/getsentry/sentry-dotnet",
"package": "Sentry.NLog",
"description": "Official NLog integration for Sentry - Open-source error tracking that helps developers monitor and fix crashes in real time.",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Sentry (Raven sdk)",
"page": "https://github.com/CurtisInstruments/NLog.Targets.Sentry",
"package": "NLog.Targets.Sentry3",
"description": "Writes NLog messages to https://www.sentry.io",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Seq",
"page": "https://github.com/datalust/nlog-targets-seq",
"package": "NLog.Targets.Seq",
"description": "Writes NLog messages to https://www.getseq.net",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "SignalR",
"page": "https://github.com/toddmeinershagen/NLog.SignalR",
"package": "NLog.SignalR",
"description": "Writes NLog messages to a SignalR hub",
"external": true,
"category": "Integrations"
},
{
"name": "Splunk",
"page": "https://github.com/AlanBarber/NLog.Targets.Splunk",
"package": "NLog.Targets.Splunk",
"description": "Writes NLog messages to Splunk",
"external": true,
"category": "Integrations"
},
{
"name": "Syslog",
"page": "https://github.com/graffen/NLog.Targets.Syslog",
"package": "NLog.Targets.Syslog",
"description": "Writes NLog messages to Syslog",
"external": true,
"category": "Integrations"
},
{
"name": "Amazon CloudWatch",
"page": "https://github.com/aws/aws-logging-dotnet",
"package": "AWS.Logger.NLog",
"description": "Writes NLog messages to Amazon CloudWatch Logs (AWS)",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure Blob Storage",
"page": "https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NLog.Extensions.AzureBlobStorage/README.md",
"package": "NLog.Extensions.AzureBlobStorage",
"description": "Batch writing of NLog messages to Azure BlobStorage",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure DataTables Storage",
"page": "https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NLog.Extensions.AzureDataTables/README.md",
"description": "Batch writing of NLog messages to Azure Table Storage or Azure CosmosDb Tables",
"package": "NLog.Extensions.AzureDataTables",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure EventHubs",
"page": "https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NLog.Extensions.AzureEventHub/README.md",
"package": "NLog.Extensions.AzureEventHub",
"description": "Batch writing of NLog messages to Azure Event Hubs",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure Queue Storage",
"page": "https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NLog.Extensions.AzureQueueStorage/README.md",
"package": "NLog.Extensions.AzureQueueStorage",
"description": "Batch writing of NLog messages to Azure Queue Storage",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure ServiceBus",
"page": "https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NLog.Extensions.AzureServiceBus/README.md",
"package": "NLog.Extensions.AzureServiceBus",
"description": "Batch writing of NLog messages to Azure Service Bus",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Azure File System",
"page": "https://github.com/lucianaparaschivei/NLog.Extensions.AzureFileSystem",
"package": "NLog.Extensions.AzureFileSystem",
"description": "Write NLog messages to Microsoft Azure file system (file shares)",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Google Logging",
"page": "https://github.com/GoogleCloudPlatform/google-cloud-dotnet",
"package": "Google.Cloud.Logging.NLog",
"description": "Write NLog message to Google Cloud Logging StackDriver",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "R7 InsightOps",
"page": "https://github.com/rapid7/r7insight_dotnet",
"package": "r7Insight.nlog",
"description": "Writes NLog messages to Rapid7 InsightOps / Logentries",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Logify",
"page": "https://github.com/DevExpress/Logify.Alert.Clients/tree/develop/dotnet/Logify.Alert.NLog",
"package": "Logify.Alert.NLog",
"description": "Writes NLog messages to https://logify.devexpress.com",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Logzio",
"page": "https://github.com/logzio/logzio-dotnet",
"package": "Logzio.DotNet.NLog",
"description": "Writes NLog messages to https://logz.io/",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Rollbar.NET",
"page": "https://github.com/rollbar/Rollbar.NET",
"package": "Rollbar.PlugIns.NLog",
"description": "Writes NLog messages to https://rollbar.com/",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Stackify Retrace",
"page": "https://github.com/stackify/stackify-api-dotnet",
"package": "NLog.Targets.Stackify",
"description": "Writes NLog messages to https://stackify.com/retrace/",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "SumoLogic",
"page": "https://github.com/SumoLogic/sumologic-net-appenders",
"package": "SumoLogic.Logging.NLog",
"description": "Writes NLog messages to https://www.sumologic.com/",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Microsoft Teams",
"package": "NLog.Targets.Teams",
"description": "Writes NLog messages to MS Teams incoming Webhook connectors",
"page": "https://github.com/task-it/TaskIt.NLog.Targets.Teams",
"external": true,
"category": "Integrations"
},
{
"name": "Ntfy.sh",
"package": "MichelMichels.NLog.Targets.Ntfy",
"description": "Writes NLog messages to a topic on https://ntfy.sh/",
"page": "https://github.com/MichelMichels/nlog-ntfy",
"external": true,
"category": "Integrations"
},
{
"name": "Bugsnag",
"page": "https://github.com/lucaritossa/NLog.Targets.Bugsnag",
"package": "NLog.Targets.Bugsnag",
"description": "Writes NLog messages to https://www.bugsnag.com",
"external": true,
"category": "Integrations (Cloud)"
},
{
"name": "Kafka",
"page": "https://github.com/hayrullahcansu/nlog-kafka-target",
"package": "NLog.Targets.KafkaAppender",
"description": "Writes NLog messages to Kafka Queue Topic",
"external": true,
"category": "Integrations"
},
{
"name": "Nats",
"page": "https://github.com/Siqsuruq/NLog-Target.Nats",
"package": "NLog.Targets.Nats",
"description": "Writes NLog messages to NATS messaging server",
"external": true,
"category": "Integrations"
},
{
"name": "ActiveMQ",
"page": "https://github.com/YuraSidorets/NLog.Targets.ActiveMQ",
"package": "NLog.Targets.ActiveMQ",
"description": "Writes NLog messages using Apache ActiveMQ NMS native OpenWire protocol",
"external": true,
"category": "Integrations"
}
]