diff --git a/index.html b/index.html index 37612bc6f..34874b502 100644 --- a/index.html +++ b/index.html @@ -7,9 +7,9 @@
- NLog is a flexible and free logging platform for various .NET platforms, including .NET standard. - - NLog makes it easy to write to several targets. (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 targets. (console, file, database, etc.) and change the logging configuration on-the-fly.
@@ -34,9 +34,15 @@
- Every log message can be templated with various layout renders + NLog Layouts are available for several output formats like + Simple Text, + JSON, + XML, + CSV etc., + The output can be enriched by using the many layout renders, + that are able to automatically capture additional output details when logging.