http://bugzilla.novell.com/show_bug.cgi?id=499442
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=499442#c2 --- Comment #2 from Dwayne Boone <[email protected]> 2009-05-01 11:03:15 MDT --- Sorry, I meant to mention that you need to use a config file to configure the console listener. For example: <configuration> <system.diagnostics> <trace autoflush="false" indentsize="4"> <listeners> <add name="Console" type="System.Diagnostics.ConsoleTraceListener"/> </listeners> </trace> </system.diagnostics> </configuration> -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
