Log4Net Dashboard is a log viewer that can read log statements from a variety of logging output targets, including:
- SQL Server
- XML Files
- Windows Event Log
|
|
It features:
- Easy and powerful access to logs
- Web application for centralized configuration and easy access by multiple users
- Suitable for both development and production
- Highly configurable
- Extendible
The main page in Log4Net Dashboard is the dashboard page which gives the user instant information on an appliction's logging status, at a high level, through a log summary pivot table.
Log4Net Dashboard summary pivot table:

From the summary table the user can drill down to view collections of log rows and to view all details about a single log row. The content of the summary table can be configured.
Log4Net Dashboard was originally developed to support the log4net logging framework and it is the perfect companion to log4net providing both the developer and the end user with a feature rich log viewer and analyzer.
Through its flexible provider interface, developers can extend Log4Net Dashboard to read log events from almost any kind of logging output.
Configurable
- The summary pivot table can be customized to show the time periods you are interested in.
- Add custom columns in addition to the standard columns in log4net. Many log4net users extend log4net beyond the standard columns (DateTime, Level, Logger, Message and Exception) and add custom columns. Log4Net Dashboard can be configured to use the custom columns both in viewing and filtering (available in version 2.1)
- The user interface is defined through extensive use of CSS style sheets. This gives the user the possibility to adjust the look and feel in accordance with personal preferences. In the Settings page the user can choose among several predefined style sheets. New style sheets can be added to the style sheet directory to customize the user interface.
- Log4Net Dashboard can be configured to use several data sources by defining multiple data sources in the configuration file. The user can choose among these different data sources in the Settings page.
Extendible
Log4Net Dashboard features a SDK that provides the developer with the possibility to:
- Write custom providers to read log events from almost any kind of logging output.
- Provide custom visualizers for specialized logging columns / values.
Technology
- Log4Net Dashboard is written in C# and using Microsoft ASP.NET version 2.0.
- Log4Net Dashboard can be used with Microsoft SQL Server 2000 or Microsoft SQL Server 2005.
- Log4Net Dashboard uses Log4net to log events and can be configured to log to all of the appenders that log4net offers.
- Log4Net Dashboard uses CSS (cascading style sheet) to define the look and feel of the user interface.
- Log4Net Dashboard does not require any third-party plug-ins or components. The user interface is rendered through plain html and javascript.
To find out more about Log4Net Dashboard , check out the live demonstration. If you like what you see and would like to test it with your application, you can download a free trial/developer version.
Register as a new member in order to receive our newsletter which will keep you informed about new versions, bug fixes, etc. Click here to register