-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Tools
Sinev Victor edited this page Jun 11, 2024
·
25 revisions
Logs produced by NLog can be analyzed using a number of GUI tools:
- Gibraltar (using Gibraltar Adapter for NLog) - https://nlog-project.org/2009/11/01/gibraltar-adapter-for-nlog-released.html
- Sentinel - https://github.com/yarseyah/sentinel
- NLogViewer - http://github.com/jkowalski/NLogViewer (functional, but no longer in development, not recommended)
- LogEntries - http://www.logentries.com (service for cloud logging, has .net NLog target)
- Legit Log Viewer - http://www.legitlog.com/ (Although their website is down, it is Free and powerful log viewer.)
- ReflectInsight Viewer (using the ReflectInsight Extension for NLog) - http://insightextensions.codeplex.com/
In general, any viewer supporting Log4J or Log4Net should work fine with NLog - see Chainsaw Target for information on configuring NLog for use with those viewers.
- LogWizard - https://github.com/jtorjo/logwizard
- Apache Chainsaw v2 - https://logging.apache.org/chainsaw/
-
DevIntelligence Log4Net Viewer - http://devintelligence.com/log4netviewer/(questionable status) - C# WPF Log4Net Viewer - https://www.codeproject.com/KB/cs/logviewer.aspx
-
Log4Net Dashboard - http://www.l4ndash.com/(questionable status) - Log4View - http://www.log4view.com/
- Log2Console - https://github.com/Statyk7/log2console
-
Legit Log Viewer - http://www.legitlog.com/(questionable status) - ReflectInsight Viewer (using the ReflectInsight Extension for Log4net) - http://insightextensions.codeplex.com/
- Free Log File Viewer: Log4Net Log4J NLog - https://sourceforge.net/projects/gamutlogviewer/
- Lilith
- OtrosLogViewer
- LogViewer
- 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