[Mono-bugs] [Bug 81296][Min] Changed - System.Diagnostics configuration sometimes doesn't work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue May 8 05:30:30 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by noix at sphere.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=81296
--- shadow/81296 2007-05-07 23:52:49.000000000 -0400
+++ shadow/81296.tmp.24550 2007-05-08 05:30:30.000000000 -0400
@@ -214,6 +214,13 @@
For file output, .NET does not output logs to log.log either. I guess
that is because Trace.WriteLine() is ignored when LogLevel is Error.
Though I also tried Trace.TraceError() which did not record the line
either ... am no trace expert so I dunno why here.
+
+------- Additional Comments From noix at sphere.pl 2007-05-08 05:30 -------
+After looking at it once more, I see it didn't output anything to
+log.log because I didn't flush. Turning "autoflush" on solved this
+problem.
+So - this patch solves this problem for me, thank you! I hope it gets
+into the next mono version :)
More information about the mono-bugs
mailing list