[MonoDevelop] Logging

Jacob Ilsø Christensen jacobilsoe at gmail.com
Thu Jun 16 11:43:55 EDT 2005


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


More information about the Monodevelop-list mailing list