Skip to content

Commit 498afc4

Browse files
committed
Changed Templatable to Output formats
1 parent d9454b9 commit 498afc4

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

index.html

+11-5
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ <h1 class="page-header" id="welcome">
77
Welcome to NLog!
88
</h1>
99
<p class="lead">
10-
NLog is a flexible and free logging platform for various .NET platforms, including .NET standard.
11-
12-
NLog makes it easy to write to several <a href="{{ site.baseurl }}/config/?tab=targets">targets</a>. (database, file, console) and change the logging configuration on-the-fly.
10+
NLog is a flexible and free logging platform for various .NET platforms, including .NET standard.
11+
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>
@@ -34,9 +34,15 @@ <h4>Easy to configure</h4>
3434
</p>
3535
</div>
3636
<div class="col-sm-4">
37-
<h4>Templatable</h4>
37+
<h4>Output formats</h4>
3838
<p>
39-
Every log message can be templated with various <a href="{{ site.baseurl }}/config/?tab=layout-renderers">layout renders</a>
39+
NLog Layouts are available for several output formats like
40+
<a href="https://github.com/NLog/NLog/wiki/SimpleLayout">Simple Text</a>,
41+
<a href="https://github.com/NLog/NLog/wiki/JsonLayout">JSON</a>,
42+
<a href="https://github.com/NLog/NLog/wiki/XmlLayout">XML</a>,
43+
<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.
4046
</p>
4147
</div>
4248
<div class="col-sm-4">

0 commit comments

Comments
 (0)