Skip to content

Commit

Permalink
Changed Templatable to Output formats
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Sep 29, 2024
1 parent d9454b9 commit 498afc4
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ <h1 class="page-header" id="welcome">
Welcome to NLog!
</h1>
<p class="lead">
NLog is a flexible and free logging platform for various .NET platforms, including .NET standard.
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.
NLog is a flexible and free logging platform for various .NET platforms, including .NET standard.

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.
</p>

<p>
Expand All @@ -34,9 +34,15 @@ <h4>Easy to configure</h4>
</p>
</div>
<div class="col-sm-4">
<h4>Templatable</h4>
<h4>Output formats</h4>
<p>
Every log message can be templated with various <a href="{{ site.baseurl }}/config/?tab=layout-renderers">layout renders</a>
NLog Layouts are available for several output formats like
<a href="https://github.com/NLog/NLog/wiki/SimpleLayout">Simple Text</a>,
<a href="https://github.com/NLog/NLog/wiki/JsonLayout">JSON</a>,
<a href="https://github.com/NLog/NLog/wiki/XmlLayout">XML</a>,
<a href="https://github.com/NLog/NLog/wiki/CsvLayout">CSV</a> etc.,
The output can be enriched by using the many <a href="{{ site.baseurl }}/config/?tab=layout-renderers">layout renders</a>,
that are able to automatically capture additional output details when logging.
</p>
</div>
<div class="col-sm-4">
Expand Down

0 comments on commit 498afc4

Please sign in to comment.