Hi,
This is my first question on stack overflow. I haven't had much luck finding an answer via google or stackoverflow.
I'm interested in having an nunit test examine the log4net for a specific entry in the log and assert based on the results of that search.
Based on an unrelated post I read re: log4net, I think I can probably use MemoryAppender to do this via the GetEvents method and perusing the array of events returned.
But I'm wondering: 1. Has anyone done this? Any pitfalls or suggestions? Any alternate approaches? 2. Does any have a recipe they could present?
Thanks.