Skip to content

Commit 07bfcc9

Browse files
authored
Update README to improve clarity on scope context
1 parent e63edf5 commit 07bfcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NLog.Extensions.Logging/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Integrates NLog as Logging provider for Microsoft.Extensions.Logging, by just ca
99
Providing features like:
1010

1111
- Capture [structured message properties](https://github.com/NLog/NLog.Extensions.Logging/wiki/NLog-properties-with-Microsoft-Extension-Logging) from the [Microsoft ILogger](https://github.com/NLog/NLog.Extensions.Logging/wiki/NLog-GetCurrentClassLogger-and-Microsoft-ILogger)
12-
- Capture scope context properties from the Microsoft ILogger `BeginScope`
12+
- Capture [scope context properties](https://github.com/NLog/NLog/wiki/ScopeProperty-Layout-Renderer) from the Microsoft ILogger `BeginScope`
1313
- Load NLog configuration from [appsettings.json](https://github.com/NLog/NLog.Extensions.Logging/wiki/NLog-configuration-with-appsettings.json)
1414
- Routing logging output to multiple destinations via the available [NLog Targets](https://nlog-project.org/config/?tab=targets)
1515
- Enrich logging output with additional context details via the available [NLog LayoutRenderers](https://nlog-project.org/config/?tab=layout-renderers)

0 commit comments

Comments
 (0)