Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DotNetNuclear/DnnLogAnalyzer
Log4Net analyzer for DNN 8
https://github.com/DotNetNuclear/DnnLogAnalyzer
Last synced: about 1 month ago
JSON representation
Log4Net analyzer for DNN 8
- Host: GitHub
- URL: https://github.com/DotNetNuclear/DnnLogAnalyzer
- Owner: DotNetNuclear
- License: mit
- Created: 2016-01-04T16:18:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T23:23:36.000Z (almost 9 years ago)
- Last Synced: 2024-08-03T22:03:05.690Z (5 months ago)
- Language: JavaScript
- Size: 589 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dnn - DnnLogAnalyzer - (by: @DotNetNuclear) (Awesome DNN (DotNetNuke) [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) / Open Source Modules)
README
# 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)