Georg Jansen posted on March 02, 2006 08:58
Today I have released the Log4Net Dashboard SDK, the SDK will enable users of L4NDash to extend the dashboard, using the SDK L4NDash can be extended 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