I'm facing a trouble with spammed log while calling the method from one of my referenced assemblies.
Is there a good way to disable Log4net logging for one specific method call (in code where I call my method).
Note: I do not want to disable logging at all, just in one specific place for one specific method call.
Thanks in advance, Yurii