Georg Jansen posted on February 09, 2006 08:59
Log4Net Dashboard Beta 2.2 is available.
Highlights:
- Retrieve log events from several types of log storage, SqlServer, TextFile and Windows Event Log.
- Predefined filters, save filters for future use.
- Column Visualizers to render column values.
- New Css style sheet “VerdanaSlate”
- Bug fixes
Both the new log readers (Textfile and Windows event log) and the Visualizers are based on a provider interface. The provider interface makes it possible for others to write there own providers that can be plugged in to L4Ndash.
I will later, release an SDK. The SDK will contain documentation of the provider interface, the internal object model in L4NDash and the source code for the standard providers.
The Column visualizers make it possible to write visualizers that can visualize all kind of data that are stored in a log file/table. Visualizers can be useful in combination with custom columns.
The new windows event log provider, can read any log from the Windows event log, and are not restricted to logs written by Log4Net.
The new Textfile provider will read log files written by the FileAppender or the RollingFileAppender. The appenders must be configured to write the logs in XMLformat using the log4net.Layout.XmlLayout.
The predefined filters are stored in an XML file on the server, and can be predefined with filters matching a particular application. If you choose to open the dashboard to support staff the filters can be predefined with filters the support staff can use to diagnose problems.
The beta can be tested on demo2.l4ndash.com
The beta pages with download and bug tracking forum is available on http://www.l4ndash.com/Beta/tabid/74/Default.aspx