The _log variable is null after the call. Any idea why? The ts object is
created. It only fails on Mono.

                TraceSource ts = new TraceSource(exeRootName);
                _log = (FileLogTraceListener)ts.Listeners["AcLog"];

I just installed Mono 3.2.3 on Windows 7 using the installer from this site
and am testing my code on Mono. How do folks debug on Mono?

Thanks,
Brian




--
View this message in context: 
http://mono.1490590.n4.nabble.com/Is-FileLogTraceListener-supported-in-3-2-3-tp4660977.html
Sent from the Mono - General mailing list archive at Nabble.com.
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to