I cannot seem to view the trace messages for the Simple.Data
library. I am using the Postgresql provider.
I have added the following to the web config to ensure all the messages will come through:
system.diagnostics>
<switches>
<add name="Simple.Data" value="4" />
</switches>
</system.diagnostics>
But still nothing. I can see the output that I write to the trace using Trace.Write("test");
Tried adding a custom listener, but this also only picked up my generated messages. Do I need to enable tracing somehow in the Simple.Data
library?