How do I go about using filtering on the built in trace listeners, such as System.Diagnostics.DefaultTraceListener
and System.Diagnostics.TextWriterTraceListener
?
I don't want to have to override write methods and explicitly check the filtering, but I can find no way to attach a level to trace information?