Documentation
- Tutorial - "Introduction to NLog"
- Configuration File - how to configure logging
- Visual Studio Support - snippets, Intellisense(TM) and more
Reference
- .NET API - native API
- C/C++ API - a wrapper API to be used in legacy C/C++ applications
- COM API - a wrapper API to be used in legacy COM applications
- Targets - this is where trace output goes
- Layouts - output formats (plain text, XML, CSV)
- Layout Renderers - specify things that should be included in output (date, time, class, method, ...)
- Filters - eliminate messages
- Conditions - simple predicate language to filter messages


