Skip to content

Commit 9398eb1

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,9 @@ <h4>appsettings.json</h4>
8484
<section>
8585
<h1 class="page-header" id="targets">Targets</h1>
8686
<p class="lead">
87-
Targets are used to display, store or pass log messages to another destination.
88-
NLog can dynamically write to one of multiple targets for each log message.
87+
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.
8990
</p>
9091
<p>There are more than 30 targets provided out-of-the-box, including:</p>
9192
<div id="targets-list">

0 commit comments

Comments
 (0)