In my project I use log4net for logging. My project has a reference to a DLL, which also uses log4net for logging. Now I am facing the problem, that my logfile has both outputs: The messages from my own code and also the messages from the reference.
How can I turn off logging for the referenced DLL?