-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Targets
Rolf Kristensen edited this page Nov 28, 2021
·
86 revisions
Targets are used to display, store, or pass log messages to another destination. There are two kinds of target; those that receive and handle the messages, and those that buffer or route the messages to another target. The second group are called 'wrapper' targets.
List of NLog targets can found here: https://nlog-project.org/config/?tab=targets
NLog can be extended with custom new targets. For more information, see: Extending NLog
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
- Getting started
- How to use structured logging
- Troubleshooting
- FAQ
- Articles about NLog
-
All targets, layouts and layout renderers
Popular: - Using NLog with NLog.config
- Using NLog with appsettings.json