NLog / NLog.github.io

The official website: nlog-project.org
https://nlog-project.org
6 stars 24 forks source link
dotnet logging news-posts nlog website xsd-schema

This is the official NLog GitHub page, nlog-project.org.

Config targets, layouts and layout renderers:

The config of the targets, layouts and layout renderers:

Those are visible and searchable on https://nlog-project.org/config

Add a custom component

Do you like to have a custom target, layout or layout renderer listed at https://nlog-project.org/config?

Add a news post

How to add a new news post.

  1. Create and new MarkDown file (.md) in the _posts folder, starting with the date (yyyy-MM-dd). Don't use spaces or extra dots in the filename! Don't forget the .md extension!
  2. Start the post with the Jekyll front matter,
    • layout: post is required.
    • Choose a good title after title:
    • Example
      ---
      layout: post
      title: NLog 3.2.0 has been released
      ---
  3. Write some GitHub Flavored Markdown and save the file.

Notes