[Mono-list] Diagnostic Messages
Miguel de Icaza
miguel@ximian.com
27 May 2002 15:08:36 -0400
> It's in the documentation. See the remarks and notes for classes
> System.Diagnostics.ConditionalAttribute,
> System.Diagnostics.DefaultTraceListener, System.Diagnostics.Debug and
> System.Diagnostics.Trace.
Thanks a lot for the information. So it seems that i only have to
disable calls to Debug and Trace.
Disabling property access is a bit harder. I think I can disable
"setters", but "getters" might be a lot harder. I still need to think
about this a bit more.
By default they are both off in MCS. I will commit the code to CVS in a
moment.
Miguel