Skip to content

Commit 1be7f41

Browse files
committed
Added host-appname + host-environment +host-rootdir
1 parent 4d9ad1f commit 1be7f41

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

config/layout-renderers.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,48 @@
639639
],
640640
"category": "Environment and config files"
641641
},
642+
{
643+
"name": "host-appname",
644+
"page": "Host-AppName-Layout-Renderer",
645+
"package": [
646+
"NLog.Extensions.Hosting",
647+
"NLog.Web.AspNetCore"
648+
],
649+
"description": "HostEnvironment ApplicationName",
650+
"platforms": [
651+
"net462",
652+
"netstandard2.0"
653+
],
654+
"category": "Environment and config files"
655+
},
656+
{
657+
"name": "host-environment",
658+
"page": "Host-Environment-Layout-Renderer",
659+
"package": [
660+
"NLog.Extensions.Hosting",
661+
"NLog.Web.AspNetCore"
662+
],
663+
"description": "HostEnvironment Enviroment",
664+
"platforms": [
665+
"net462",
666+
"netstandard2.0"
667+
],
668+
"category": "Environment and config files"
669+
},
670+
{
671+
"name": "host-rootdir",
672+
"page": "Host-RootDir-Layout-Renderer",
673+
"package": [
674+
"NLog.Extensions.Hosting",
675+
"NLog.Web.AspNetCore"
676+
],
677+
"description": "HostEnvironment ContentRoot",
678+
"platforms": [
679+
"net462",
680+
"netstandard2.0"
681+
],
682+
"category": "Files and directories"
683+
},
642684
{
643685
"name": "MicrosoftConsoleLayout",
644686
"page": "MicrosoftConsoleLayout",

0 commit comments

Comments
 (0)