Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.45 KB

README.md

File metadata and controls

21 lines (17 loc) · 1.45 KB

DnnLogAnalyzer

Log4Net analyzer for DNN 8. This module was originally developed as an entry in the Jan 29, 2016 DNN 8 Module Challenge.

The log analyzer allows users to selected multiple log files generated by the DNN website. It will analyse the logs and summarize the items into a report which shows them by number of occurrences and severity. This will allow website administrators visibility to the health of the website.

The architecture is an MVC DNN 8+ module that uses SignalR to handle notification to the front end for the long running log analyser process. It uses Knockout for the front end ajax services and Bootstrap for the UI styling.

Installation Instructions

  • Install the latest release by downloading and installing the package in your DNN 8 environment.
  • In IIS, you may need to add a mimetype for .woff2 extension (application/x-font-woff2).
  • (Optional) Copy source code contents over the module path /DesktopModules/MVC/DotNetNuclear/LogAnalyzer.

Overview Video

[![ScreenShot](https://github.com/DotNetNuclear/DnnLogAnalyzer/blob/master/Resources/img/video_thumb.jpg)](https://www.youtube.com/embed/bc3R9u4VyTg)