|
7 | 7 | { |
8 | 8 | "name": "JSON", |
9 | 9 | "page": "JsonLayout", |
10 | | - "description": "Render events to JSON-Dictionary-format" |
| 10 | + "description": "Renders events to JSON-Dictionary-format" |
11 | 11 | }, |
12 | 12 | { |
13 | 13 | "name": "JsonArray", |
14 | 14 | "page": "JsonArrayLayout", |
15 | | - "description": "Render events to JSON-Array-format" |
| 15 | + "description": "Renders events to JSON-Array-format" |
16 | 16 | }, |
17 | 17 | { |
18 | 18 | "name": "XML", |
19 | 19 | "page": "XmlLayout", |
20 | | - "description": "Render events to XML-format" |
| 20 | + "description": "Renders events to XML-format" |
21 | 21 | }, |
22 | 22 | { |
23 | 23 | "name": "Log4JXml", |
24 | 24 | "page": "Log4JXmlEventLayout", |
25 | | - "description": "Render events to Log4j-compatible XML-format" |
| 25 | + "description": "Renders events to Log4j-compatible XML-format" |
| 26 | + }, |
| 27 | + { |
| 28 | + "name": "Syslog", |
| 29 | + "page": "SyslogLayout", |
| 30 | + "description": "Renders events to Syslog-format" |
| 31 | + }, |
| 32 | + { |
| 33 | + "name": "Gelf", |
| 34 | + "page": "GelfLayout", |
| 35 | + "description": "Renders events to Graylog GELF JSON-format" |
26 | 36 | }, |
27 | 37 | { |
28 | 38 | "name": "Compound", |
|
32 | 42 | { |
33 | 43 | "name": "Simple (plain text)", |
34 | 44 | "page": "SimpleLayout", |
35 | | - "description": "Write events as plain text. The default layout when no Layout type is specified." |
| 45 | + "description": "Renders events as plain text. The default layout when no Layout type is specified." |
36 | 46 | }, |
37 | 47 | { |
38 | 48 | "name": "MicrosoftConsoleLayout", |
39 | 49 | "page": "MicrosoftConsoleLayout", |
40 | | - "description": "Write events to text format similar to Microsoft AddConsole Formatter for Microsoft.Hosting.Lifetime", |
| 50 | + "description": "Renders events to text format similar to Microsoft AddConsole Formatter for Microsoft.Hosting.Lifetime", |
41 | 51 | "package": [ |
42 | 52 | "NLog.Extensions.Logging", |
43 | 53 | "NLog.Extensions.Hosting", |
|
47 | 57 | { |
48 | 58 | "name": "MicrosoftConsoleJson", |
49 | 59 | "page": "MicrosoftConsoleJsonLayout", |
50 | | - "description": "Write events to JSON-format similar to Microsoft AddJsonConsole Formatter.", |
| 60 | + "description": "Renders events to JSON-format similar to Microsoft AddJsonConsole Formatter.", |
51 | 61 | "package": [ |
52 | 62 | "NLog.Extensions.Logging", |
53 | 63 | "NLog.Extensions.Hosting", |
|
57 | 67 | { |
58 | 68 | "name": "W3CExtendedLogLayout", |
59 | 69 | "page": "W3CExtendedLogLayout", |
60 | | - "description": "Write events to W3C Extended Log Format (ELF) like IIS.", |
| 70 | + "description": "Renders events to W3C Extended Log Format (ELF) like IIS.", |
61 | 71 | "package": [ |
62 | 72 | "NLog.Web", |
63 | 73 | "NLog.Web.AspNetCore" |
|
66 | 76 | { |
67 | 77 | "name": "GELF JSON", |
68 | 78 | "page": "https://github.com/farzadpanahi/NLog.GelfLayout", |
69 | | - "description": "Write events to GELF JSON-format for GrayLog-server.", |
| 79 | + "description": "Renders events to GELF JSON-format for GrayLog-server.", |
70 | 80 | "package": [ |
71 | 81 | "NLog.GelfLayout" |
72 | 82 | ] |
73 | 83 | }, |
74 | 84 | { |
75 | 85 | "name": "CLEF JSON", |
76 | 86 | "page": "https://github.com/paulem/nlog-layouts-clef", |
77 | | - "description": "Write events in JSON using the Compact Log Event Format (CLEF) for Seq-server.", |
| 87 | + "description": "Renders events in JSON using the Compact Log Event Format (CLEF) for Seq-server.", |
78 | 88 | "package": [ |
79 | 89 | "NLog.Layouts.ClefJsonLayout" |
80 | 90 | ] |
81 | 91 | }, |
82 | 92 | { |
83 | 93 | "name": "Elastic JSON", |
84 | 94 | "page": "https://github.com/elastic/ecs-dotnet/tree/main/src/Elastic.CommonSchema.NLog", |
85 | | - "description": "Write events in JSON using Elastic Common Schema (ECS) for ElasticSearch-server.", |
| 95 | + "description": "Renders events in JSON using Elastic Common Schema (ECS) for ElasticSearch-server.", |
86 | 96 | "package": [ |
87 | 97 | "Elastic.CommonSchema.NLog" |
88 | 98 | ] |
|
0 commit comments