Hi,
Logging and Instrumentation Application Block version 1.0.
I have 2 custom sinks under MyCategory, so when I call logger.Write() , both are activated.
Does anybody know if there is an easy way to turn off/on writing to one of the sinks?
I can put code in the sink itself to check for some config key and exit if it's off.
But may be there is already a built in ability to achive this in 1.0 or later versions?
Thank you.