I don't think the VB.NET stuff is very well supported in Mono. Having said that, I see some code for FileLogTraceListener here, so I assume it should work: https://github.com/mono/mono-basic/blob/master/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.Logging/FileLogTraceListener.vb. I'm not sure if the VB.NET runtime still needs to be built separately. See if there's a Microsoft.VisualBasic.dll in your Mono installation.
I'd say that most developers would not be using the VB.NET components, instead using the standard tracing (TextWriterTraceListener) or a framework like Log4net. On Fri, Sep 27, 2013 at 5:11 AM, bbuttolph < [email protected]> wrote: > Should have included this in my post. It's from the app.config file. What > should it be for Mono? > > <add name="AcLog" > type="Microsoft.VisualBasic.Logging.FileLogTraceListener, > Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, > PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> > > > > > -- > View this message in context: > http://mono.1490590.n4.nabble.com/Is-FileLogTraceListener-supported-in-3-2-3-tp4660977p4660985.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 >
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
