Closed daveaglick closed 3 years ago
When a debugger is attached, the DebugLogger gets added. This logger sends message to trace, and since we also add the DiagnosticsTraceListener those message get routed back to the loggers (including the DebugLogger) and recursion occurs.
DiagnosticsTraceListener
DebugLogger
When a debugger is attached, the DebugLogger gets added. This logger sends message to trace, and since we also add the
DiagnosticsTraceListener
those message get routed back to the loggers (including theDebugLogger
) and recursion occurs.