Hi Is it possible to change what levels of TraceEventType that a trace listener should log without restarting the WCF service? I'm letting the user configure what the trace should log, sends it to the service and then writes it to the config file. This solution requires the service to be restarted before the change takes effect...
Best Daniel