[Opensim-dev] [Opensim-commits] r7561 - trunk/OpenSim/Grid/UserServer

Stefan Andersson stefan at tribalmedia.se
Tue Dec 2 14:11:54 UTC 2008


Okay, reverted and fixed. Thanks both for the heads-up.Best regards,Stefan AnderssonTribal Media AB 
> Date: Tue, 2 Dec 2008 08:17:35 -0500> From: sdague at gmail.com> To: opensim-dev at lists.berlios.de> Subject: Re: [Opensim-dev] [Opensim-commits] r7561 - trunk/OpenSim/Grid/UserServer> > Justin Clark-Casey wrote:> > I seem to vaguely recall that there was some reason for us not reusing log objects in other classes. Is this right or > > am I misremembering?> > Yes, this is a singleton. If it is accessed by a child class it will> cause exceptions on close out. Private should be accessable by super> classes.> > -Sean> > > > > lbsa71 at opensimulator.org wrote:> >> Author: lbsa71> >> Date: 2008-12-01 02:06:10 -0800 (Mon, 01 Dec 2008)> >> New Revision: 7561> >>> >> Modified:> >> trunk/OpenSim/Grid/UserServer/Main.cs> >> Log:> >> * Making log available for subclasses> >>> >> Modified: trunk/OpenSim/Grid/UserServer/Main.cs> >> ===================================================================> >> --- trunk/OpenSim/Grid/UserServer/Main.cs 2008-12-01 07:50:38 UTC (rev 7560)> >> +++ trunk/OpenSim/Grid/UserServer/Main.cs 2008-12-01 10:06:10 UTC (rev 7561)> >> @@ -48,7 +48,7 @@> >> /// </summary>> >> public class OpenUser_Main : BaseOpenSimServer, conscmd_callback> >> {> >> - private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);> >> + protected static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);> >> > >> protected UserConfig Cfg;> >> > >>> >> _______________________________________________> >> Opensim-commits mailing list> >> Opensim-commits at lists.berlios.de> >> https://lists.berlios.de/mailman/listinfo/opensim-commits> >>> > > > > > > -- > Sean Dague / Neas Bade> sdague at gmail.com> http://dague.net> > 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://opensimulator.org/pipermail/opensim-dev/attachments/20081202/1399f5f6/attachment-0001.html>


More information about the Opensim-dev mailing list