[Mono-list] Diagnostic Messages

Guenther Roith groith@tcrz.net
Sun, 26 May 2002 15:30:59 +0200


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  -  Mono-list@ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>