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
You might want to try to apply a category to your own messages Try this thread: How to add category prefix to log4net message?