Skip to content

Commit 80d40e4

Browse files
author
Pawan Kumar Regoti
committed
updated usage of WithRequestHeader
1 parent 8f29792 commit 80d40e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ namespace MyWebApp
167167
.Enrich.WithClientIp()
168168
.Enrich.WithCorrelationId()
169169
.Enrich.WithRequestHeader("header-name")
170+
.Enrich.WithRequestHeader("another-header-name", "some-property-name")
170171
.CreateLogger();
171172
}
172173

0 commit comments

Comments
 (0)