# Avalonia.NLogViewer **Repository Path**: r-zz/Avalonia.NLogViewer ## Basic Information - **Project Name**: Avalonia.NLogViewer - **Description**: A real-time NLog viewer for Avalonia - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-31 - **Last Updated**: 2025-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Avalonia.NLogViewer Inspired by https://github.com/erizet/NlogViewer, a viewer for WPF. I modified it to use it on Avalonia. An improvement is that now it can display more than 100K messages per second. Below is a demonstration: ![Example](screenshots/Avalonia.NLogViewer.Demo.gif) ### Notes: * ``````should be added into the project or the viewer UI will be blank. * ```NLog.config``` file must be in the output directory or the program will throw an exception.