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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=81296 --- shadow/81296 2007-05-07 19:15:46.000000000 -0400 +++ shadow/81296.tmp.17793 2007-05-07 23:52:49.000000000 -0400 @@ -203,6 +203,17 @@ log files must be writable even if there was another logger. ------- Additional Comments From [EMAIL PROTECTED] 2007-05-07 19:15 ------- I tried this patch and now I have another problem: I added a "Trace.WriteLine("aaa");" line to the end of SwitchTest.cs. "aaa" is outputted to stdout, but _not_ to log.log (it should, right?) + +------- Additional Comments From [EMAIL PROTECTED] 2007-05-07 23:52 ------- +For console output, you added ConsoleTraceListener thus there would be +nothing strange there. + +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. + + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
