Log4Net Dashboard is a log viewer that can read log events from a variety of targets, including:
- Microsoft SQL Server
- Oracle SQL Server
- XML Files
- Windows Event Log
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. 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.
Log4Net Dashboard can be configured to use custom columns and an SDK is also available.
Highlights in version 2.4:
A new web page "Logger Summary" that shows log entries categorized by logger and log level. The "Logger Summary" page has the same filter and drill down functionality as found in the "old" dashboard page.
New filter columns:
From/to date time input fields in the filter panel, this makes it possible to filter on date/time interval. Useful when using the new "Logger Summary" page.
From/to id input fields in the filter panel, this makes it possible to filter on an id interval.
A new OracleProvider to read log entries logged through the Log4Net AdoNetAppender to an Oracle database.
The SqlServer provider has been extended with the possibility to customize the name of the standard columns (id, data, logger, level etc). This functionality is also implemented in the new Oracle provider.
Several improvements in the TextFileProvider, the provider is more robust to changes to a folder containing log files, especially when adding and removing files from the folder, and if parts of log files is deleted.
The Log4Net Dashboard can be downloaded from: www.l4ndash.com
A demonstration version can be tested on demo.l4ndash.com