File tree Expand file tree Collapse file tree 1 file changed +19
-3
lines changed
Expand file tree Collapse file tree 1 file changed +19
-3
lines changed Original file line number Diff line number Diff line change 3131 },
3232 {
3333 "name" : " Simple (plain text)" ,
34- "page" : " TextLayout " ,
34+ "page" : " SimpleLayout " ,
3535 "description" : " Write events as plain text. The default layout when no Layout type is specified."
3636 },
3737 {
6464 ]
6565 },
6666 {
67- "name" : " Gelf " ,
67+ "name" : " GELF JSON " ,
6868 "page" : " https://github.com/farzadpanahi/NLog.GelfLayout" ,
69- "description" : " Write events to GELF JSON-format for GrayLog server." ,
69+ "description" : " Write events to GELF JSON-format for GrayLog- server." ,
7070 "package" : [
7171 " NLog.GelfLayout"
7272 ]
73+ },
74+ {
75+ "name" : " CLEF JSON" ,
76+ "page" : " https://github.com/paulem/nlog-layouts-clef" ,
77+ "description" : " Write events in JSON using the Compact Log Event Format (CLEF) for Seq-server." ,
78+ "package" : [
79+ " NLog.Layouts.ClefJsonLayout"
80+ ]
81+ },
82+ {
83+ "name" : " Elastic JSON" ,
84+ "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." ,
86+ "package" : [
87+ " Elastic.CommonSchema.NLog"
88+ ]
7389 }
7490]
You can’t perform that action at this time.
0 commit comments