ok, I talked nonsense ;-)
The debug messages don't need to be printed on .net of course.
Johannes
> > #define TRACE
> > #define DEBUG
> > using System;
> > using System.Diagnostics;
> > public class test {
> > public static void Main ()
> > {
> > Trace.WriteLine ("Trace Message");
> > Debug.WriteLine ("Debug Message");
> > Console.WriteLine ("Console Message");
> > }
> > }
>
> It is all-in-all a good idea, but what will happen if you compile/run this
> on .net?
>
> Johannes
>
>
> _______________________________________________
> Mono-list maillist - [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/mono-list
>
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list