Default processing could be a simple Trace.WriteLine. That way just by
changing your .config file you would have meaningful output.
I'd define an interface (or a set of events) for custom processing.
No dependencies.
cheers!
Rodrigo
On Fri, 12 Nov 2004 12:03:36 -0800, hammett <ha...@uo...> wrote:
> Hiya again!
>
> > Hammett, log4net is my preferred choice for warning messages. That way
> > the user could configure where the warning goes.
>
> I understand. But one of my goals is to keep dependencies to a minimal
> level.
> NHibernate dependency of log4net makes sense, but DynamicProxy is just a
> bunch of classes and its purpose is so limited that it wont make sense
> (IMHO)
>
> Cheers!
>
|