Georg Jansen posted on September 30, 2008 08:15
Today we have released an updated version of the SDK (version 2.4), this version of the SDK is compatible with Log4Net Dashboard version 2.4 and 2.4.1.
Using the SDK you can extende Log4Net Dashboard in two areas:
- You can write your own data providers, this will enable the L4NDash application to use log rows/log events from almost any kind of log storage and in any kind of format.
- You can write your own visualizers, visualizers is responsible for formatting/preparing a single column value before it is rendered on into a web page. For example if you have a custom column that contain an xml structure, you can write a visualizer to format the xml structure.
The SDK will provide you with:
- Documentation about how to write providers.
- Source code for the default providers that is distributed as a part of L4NDash.
- Help file that documents the L4NDash core library.
- XML files that provide you with IntelliSense for the L4NDash core library.
To read more or download the SDK, check out the SDK page