Is there a way to have the log4net configuration ignore a specific class? For example, we generally create a log in every class. Similar to this:
private sta
Sure, use a filter.
Here's the snippet posted on the blog, for future reference - all credit to the author of that blog post: