Skip to content

Commit a236ffe

Browse files
committed
Improve Target description on the homepage
1 parent 9398eb1 commit a236ffe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ <h4>appsettings.json</h4>
8585
<h1 class="page-header" id="targets">Targets</h1>
8686
<p class="lead">
8787
NLog Targets handles the writing of log events to their destination, after having formatted the LogEvent using the configured NLog Layout.
88-
NLog supports sending the same LogEvent to multiple targets, so the same LogEvent can be displayed on the console, written to disk,
89-
sent over the network and other destinations. Each NLog Target have their own NLog Layout with their own unique output format.
88+
NLog supports sending the same LogEvent to multiple targets, so the same LogEvent can be sent to several destination targets, and each target can have their own unique output format.
9089
</p>
9190
<p>There are more than 30 targets provided out-of-the-box, including:</p>
9291
<div id="targets-list">

0 commit comments

Comments
 (0)