Using .ConfigureAndWatch we have configured log4net to reconfigure its logging level without restarting application processes.
A process start we trace the currently configured log level to our trace file. How can we detect and trace to our trace files the log level changes happening through .ConfigureAndWatch?