[Opensim-dev] MXPClient?
Hurliman, John
john.hurliman at intel.com
Mon Feb 23 19:38:20 UTC 2009
Take a look at how C# WebServer handles logging (ILogWriter.cs in http://www.codeplex.com/webserver/SourceControl/changeset/view/18488). A simple interface is defined for logging, and default console and null loggers are provided. Developers using the library in their own applications can implement the class and hook it up to log4net, .NET trace logging, etc. without MXP.dll having to drag any dependencies around. This is the best balance between ease of use and clean separation of dependencies that I've found for C# logging so far.
John
>-----Original Message-----
>From: opensim-dev-bounces at lists.berlios.de [mailto:opensim-dev-
>bounces at lists.berlios.de] On Behalf Of Tommi Laukkanen
>Sent: Monday, February 23, 2009 11:21 AM
>To: opensim-dev at lists.berlios.de
>Subject: Re: [Opensim-dev] MXPClient?
>
>I added prebuild support to MXP library so you can build MXP.dll with
>mono and nant now. I also removed Action<> class dependency. I will take
>a look at log4net support next.
>
>
More information about the Opensim-dev
mailing list