You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ <h4>appsettings.json</h4>
85
85
<h1class="page-header" id="targets">Targets</h1>
86
86
<pclass="lead">
87
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 sent to several destination targets, and each target can have their own unique output format.
88
+
NLog supports sending the same LogEvent to multiple destination targets, and each target can have their own unique output format.
89
89
</p>
90
90
<p>There are more than 30 targets provided out-of-the-box, including:</p>
0 commit comments