ADO Parameter Caching

2005-03-02 Thread Ian Bell
Hi I may be chasing a red herring here... I've written a custom ADO appender based on the appender skeleton - the code's pretty much similar to the example appender, except I parse the message from the event (it's xml) and use the values there-in for the parameters. I've a stored proc defined i

Memory Appender / Config Merges

2005-03-02 Thread Nathan Dye
I'm working on a project that uses log4net throughout the entire application. We're creating a gui for this application and would like to display logging information within it. We've created a memory appender and have figured out how to extract and display event information.   The problem i

Include Custom information in Logs

2005-03-02 Thread Christoph Walcher
Hi, We in our company would like to include custom data - this means data from our distributed application architecture - in our logs. What is the "best" way to do this? Is writing my own Layout and "augment" the log entry here a recommended way or are there more elegant alternatives? Cheers Chri