[MonoDevelop] log4net logging service
Ben Motmans
Ben Motmans <ben.motmans@gmail.com>
Thu, 31 Mar 2005 21:32:01 +0200
On Thu, 31 Mar 2005 13:45:50 -0500, John Luke <john.luke@gmail.com> wrote:
>
> Having not used log4net I suppose it prints it all to stdout, but
> allows you to configure verbosity? Can it be set to quiet by default
> or to a lastlog type file? Looks basically ok to me.
there are several ways to show the output:
console, syslog, file, email, ...
there are also several output levels, going from showing nothing to
showing all debug information
all of this can be configured using xml/plain text config files, so
you can change logging preferences without recompiling, so people with
precompiled versions of MD are still able to get debug information