|
3 | 3 | "name": "Chainsaw", |
4 | 4 | "page": "Chainsaw-target", |
5 | 5 | "description": "Sends log messages to the remote instance of Chainsaw application from log4j.", |
| 6 | + "package": "NLog.Targets.Network", |
| 7 | + "platform-notes": "For NLog 6.0: NLog.Targets.Network nuget package required", |
6 | 8 | "category": "Integrations (GUI tools)" |
7 | 9 | }, |
8 | 10 | { |
|
68 | 70 | "description": "Writes log messages to one or more files.", |
69 | 71 | "category": "" |
70 | 72 | }, |
| 73 | + { |
| 74 | + "name": "Atomic File", |
| 75 | + "page": "Atomic-File-Target", |
| 76 | + "package": "NLog.Targets.AtomicFile", |
| 77 | + "description": "Writes log messages to one or more files using O_APPEND.", |
| 78 | + "category": "" |
| 79 | + }, |
| 80 | + { |
| 81 | + "name": "GZip File", |
| 82 | + "page": "GZip-File-Target", |
| 83 | + "package": "NLog.Targets.GZipFile", |
| 84 | + "description": "Writes log messages to one or more files using GZipStream.", |
| 85 | + "category": "" |
| 86 | + }, |
71 | 87 | { |
72 | 88 | "name": "HTTP", |
73 | 89 | "page": "https://github.com/DarekDan/NLog.Targets.HTTP/blob/master/README.md", |
|
98 | 114 | "aliases": ["Mail", "E-mail", "SMTP", "SMTP-client"], |
99 | 115 | "page": "Mail-target", |
100 | 116 | "description": "Sends log messages with SmtpClient using SMTP protocol or pickup folder.", |
| 117 | + "package": "NLog.Targets.Mail", |
| 118 | + "platform-notes": "For NLog 6.0: NLog.Targets.Mail nuget package required", |
101 | 119 | "platforms": [ |
102 | 120 | "net35", |
103 | 121 | "net45", |
|
133 | 151 | "name": "Network", |
134 | 152 | "page": "Network-target", |
135 | 153 | "description": "Sends log messages over the network using TCP / UDP / SSL / TLS.", |
| 154 | + "package": "NLog.Targets.Network", |
| 155 | + "platform-notes": "For NLog 6.0: NLog.Targets.Network nuget package required", |
136 | 156 | "category": "Integrations" |
137 | 157 | }, |
138 | 158 | { |
139 | 159 | "name": "NLogViewer", |
140 | 160 | "page": "NLogViewer-target", |
141 | 161 | "description": "Sends log messages to the remote instance of NLog Viewer.", |
| 162 | + "package": "NLog.Targets.Network", |
| 163 | + "platform-notes": "For NLog 6.0: NLog.Targets.Network nuget package required", |
142 | 164 | "category": "Integrations (GUI tools)" |
143 | 165 | }, |
| 166 | + { |
| 167 | + "name": "Log4JXml", |
| 168 | + "page": "Log4JXml-target", |
| 169 | + "description": "Sends log messages to the remote instance of Log4JXml Receiver.", |
| 170 | + "package": "NLog.Targets.Network", |
| 171 | + "category": "Integrations" |
| 172 | + }, |
144 | 173 | { |
145 | 174 | "name": "Null", |
146 | 175 | "page": "Null-target", |
|
177 | 206 | "aliases": ["TraceSystem"], |
178 | 207 | "page": "Trace-target", |
179 | 208 | "description": "Sends log messages through System.Diagnostics.Trace.", |
| 209 | + "package": "NLog.Targets.Trace", |
| 210 | + "platform-notes": "For NLog 6.0: NLog.Targets.Trace nuget package required", |
180 | 211 | "platforms": [ |
181 | 212 | "net35", |
182 | 213 | "net45", |
|
188 | 219 | "name": "WebService", |
189 | 220 | "page": "WebService-target", |
190 | 221 | "description": "Calls the specified web service on each log message.", |
| 222 | + "package": "NLog.Targets.WebService", |
| 223 | + "platform-notes": "For NLog 6.0: NLog.Targets.WebService nuget package required", |
191 | 224 | "category": "Integrations" |
192 | 225 | }, |
193 | 226 | { |
|
484 | 517 | }, |
485 | 518 | { |
486 | 519 | "name": "Gelf", |
| 520 | + "page": "Gelf-target", |
| 521 | + "description": "Writes NLog messages to GrayLog - Gelf UDP / TCP / HTTP", |
| 522 | + "package": "NLog.Targets.Network", |
| 523 | + "external": true, |
| 524 | + "category": "Integrations" |
| 525 | + }, |
| 526 | + { |
| 527 | + "name": "NLog.Targets.Gelf", |
487 | 528 | "page": "https://github.com/2020Legal/NLog.Targets.Gelf", |
488 | | - "description": "Writes NLog messages to GrayLog2 - Gelf", |
| 529 | + "description": "Writes NLog messages to GrayLog - Gelf UDP", |
489 | 530 | "package": "NLog.Targets.Gelf", |
490 | 531 | "external": true, |
491 | 532 | "category": "Integrations" |
|
494 | 535 | "name": "Gelf4NLog", |
495 | 536 | "page": "https://github.com/Certegy/Gelf4NLog", |
496 | 537 | "package": "Gelf4NLog.Target", |
497 | | - "description": "Writes NLog messages to GrayLog2 - Gelf", |
| 538 | + "description": "Writes NLog messages to GrayLog - Gelf UDP", |
498 | 539 | "external": true, |
499 | 540 | "category": "Integrations" |
500 | 541 | }, |
501 | | - { |
502 | | - "name": "InfluxDB", |
503 | | - "page": "https://github.com/tomcheney/nlog-influx-target", |
504 | | - "package": "NLog.Targets.InfluxDB", |
505 | | - "description": "Writes NLog messages to InfluxDB v2", |
506 | | - "external": true, |
507 | | - "category": "Databases" |
508 | | - }, |
509 | 542 | { |
510 | 543 | "name": "NLog.Gelf", |
511 | 544 | "page": "https://github.com/mantasaudickas/NLog.Gelf", |
512 | 545 | "package": "NLog.Gelf", |
513 | | - "description": "Writes NLog messages to GrayLog2 - Gelf", |
| 546 | + "description": "Writes NLog messages to GrayLog - Gelf UDP / HTTP", |
514 | 547 | "external": true, |
515 | 548 | "category": "Integrations" |
516 | 549 | }, |
517 | 550 | { |
518 | | - "name": "NLog.Targets.GraylogHttp", |
| 551 | + "name": "GrayNLog", |
| 552 | + "page": "https://gitlab.com/nlog/nlog-graylog", |
| 553 | + "package": " GrayNLog", |
| 554 | + "description": "Write log messages to Graylog - Gelf UDP.", |
| 555 | + "external": true, |
| 556 | + "category": "Integrations" |
| 557 | + }, |
| 558 | + { |
| 559 | + "name": "GraylogHttp", |
519 | 560 | "page": "https://github.com/dustinchilson/NLog.Targets.GraylogHttp", |
520 | 561 | "package": "NLog.Targets.GraylogHttp", |
521 | | - "description": "NLog target that pushes log messages to Graylog using the Http input.", |
| 562 | + "description": "Write log messages to Graylog - Gelf HTTP.", |
522 | 563 | "external": true, |
523 | 564 | "category": "Integrations" |
524 | 565 | }, |
525 | 566 | { |
526 | | - "name": "EasyGelf", |
527 | | - "page": "https://github.com/Pliner/EasyGelf", |
528 | | - "package": "EasyGelf.NLog", |
529 | | - "description": "Writes NLog messages to GrayLog2 - Gelf", |
| 567 | + "name": "GelfAspNetCore", |
| 568 | + "page": "https://github.com/GokGokalp/NLog.Web.AspNetCore.Targets.Gelf", |
| 569 | + "package": "NLog.Web.AspNetCore.Targets.Gelf", |
| 570 | + "description": "Write log messages to Graylog - Gelf UDP.", |
530 | 571 | "external": true, |
531 | 572 | "category": "Integrations" |
532 | 573 | }, |
| 574 | + { |
| 575 | + "name": "InfluxDB", |
| 576 | + "page": "https://github.com/tomcheney/nlog-influx-target", |
| 577 | + "package": "NLog.Targets.InfluxDB", |
| 578 | + "description": "Writes NLog messages to InfluxDB v2", |
| 579 | + "external": true, |
| 580 | + "category": "Databases" |
| 581 | + }, |
533 | 582 | { |
534 | 583 | "name": "Glimpse", |
535 | 584 | "page": "https://github.com/rho24/Glimpse.NLog", |
|
691 | 740 | }, |
692 | 741 | { |
693 | 742 | "name": "Syslog", |
| 743 | + "page": "Syslog-target", |
| 744 | + "package": "NLog.Targets.Network", |
| 745 | + "description": "Writes NLog messages to Syslog Server", |
| 746 | + "external": true, |
| 747 | + "category": "Integrations" |
| 748 | + }, |
| 749 | + { |
| 750 | + "name": "NLog.Targets.Syslog", |
694 | 751 | "page": "https://github.com/graffen/NLog.Targets.Syslog", |
695 | 752 | "package": "NLog.Targets.Syslog", |
696 | | - "description": "Writes NLog messages to Syslog", |
| 753 | + "description": "[Discontinued] Writes NLog messages to Syslog Server", |
697 | 754 | "external": true, |
698 | 755 | "category": "Integrations" |
699 | 756 | }, |
|
745 | 802 | "external": true, |
746 | 803 | "category": "Integrations (Cloud)" |
747 | 804 | }, |
| 805 | + { |
| 806 | + "name": "Microsoft Azure EventGrid", |
| 807 | + "page": "https://github.com/JDetmar/NLog.Extensions.AzureStorage/blob/master/src/NLog.Extensions.AzureEventGrid/README.md", |
| 808 | + "package": "NLog.Extensions.AzureEventGrid/", |
| 809 | + "description": "Writing of NLog messages to Azure Event Grid", |
| 810 | + "external": true, |
| 811 | + "category": "Integrations (Cloud)" |
| 812 | + }, |
748 | 813 | { |
749 | 814 | "name": "Microsoft Azure File System", |
750 | 815 | "page": "https://github.com/lucianaparaschivei/NLog.Extensions.AzureFileSystem", |
|
0 commit comments