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