[MonoDevelop] Logging

Jacob Ilsø Christensen jacobilsoe at gmail.com
Thu Jun 16 16:07:16 EDT 2005


Ok, that sounds good. Should we not remove the old type less methods.
If they are still available people will just use those, won't they? Or
maybe remove the service all together and just have a Logger in those
classes that need it?

/Jacob

On 6/16/05, Christian Hergert <christian.hergert at gmail.com> wrote:
> That was going to be fixed, but just never happened. What we will do
> is add another set of methods to allow passing a System.Type. I put
> this patch together now in fact.
> 
> ~ chris
> 
> On 6/16/05, Jacob Ilsø Christensen <jacobilsoe at gmail.com> wrote:
> > Hi.
> >
> > I looked a bit at the logging concept in MonoDevelop. I can see it is
> > nice to have a logging service which forwards the logging to log4net.
> > But... using log4net this way we lose the important piece of
> > information about what part of the code actually logged the message.
> > Right now the same Logger is used with a typeof(ILoggingService). So
> > all messages seem to come from ILoggingService. This also has the
> > effect that we cannot configure filtering on the logging. Do we really
> > want this?
> >
> > /Jacob
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >
> 
> 
> --
> Christian Hergert
> Mosaix Communications, Inc.
> Software Engineer
> C: 253 906 2115
>


More information about the Monodevelop-list mailing list