Hello There,
I am using the most recent version of Log4Net. I need to be able to add source and category information on a per message basis. I am able to successfully add this in the SQL server as I can utilize MDC properties.
Example:
MDC.Set("category", category);
Can I do something similar to EventLogAppender?
Thanks in advance.
Mohit