Skip to content

Commit 49e61a5

Browse files
committed
Improving sentence building
1 parent 4410ca4 commit 49e61a5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

index.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ <h1 class="page-header" id="welcome">
99
<p class="lead">
1010
NLog is a flexible and free logging platform for various .NET platforms, including .NET standard.
1111

12-
NLog makes it easy to write to several <a href="{{ site.baseurl }}/config/?tab=targets">targets</a>. (console, file, database, etc.) and change the logging configuration on-the-fly.
12+
NLog makes it easy to write to several <a href="{{ site.baseurl }}/config/?tab=targets">targets</a>. (console, file, database, etc.) and change the logging configuration on-the-fly.
1313
</p>
1414

1515
<p>
16-
NLog has support for <a href="https://github.com/NLog/NLog/wiki/How-to-use-structured-logging">structured</a>
16+
NLog supports both <a href="https://github.com/NLog/NLog/wiki/How-to-use-structured-logging">structured</a>
1717
and traditional logging.
1818
</p>
1919

@@ -41,8 +41,7 @@ <h4>Output formats</h4>
4141
<a href="https://github.com/NLog/NLog/wiki/JsonLayout">JSON</a>,
4242
<a href="https://github.com/NLog/NLog/wiki/XmlLayout">XML</a>,
4343
<a href="https://github.com/NLog/NLog/wiki/CsvLayout">CSV</a> etc.,
44-
The output can be enriched by using the many <a href="{{ site.baseurl }}/config/?tab=layout-renderers">layout renders</a>,
45-
that are able to automatically capture additional output details when logging.
44+
The logging output can be enriched with additional context details using <a href="{{ site.baseurl }}/config/?tab=layout-renderers">layout renders</a>.
4645
</p>
4746
</div>
4847
<div class="col-sm-4">

0 commit comments

Comments
 (0)