Hi Stefan.In various prj, I tried for a different solution than log4net but... it work fine even in compactFramework and until the logger is something I'm using only during development or when something really strange happen in production and nobody can recreate it, somebody should answer me "how much important is which kind of log-system you are using ?".
In .NET we should do the same of JAVA community: we should talk and define some standard-specification for cross-cutting-concern. In my opinion CommonServiceLocator should be only the first step, we should do the same for Validation, Logging and so on... we should have a Common set of Attributes, based on Interface instead a concrete implementation, to use every where... But... well... utopia in .NET 2009/3/1 Stefan Sedich <[email protected]> > Yeah it will but would be good. I once needed to plug in ms logging. And > thought about this. But now I just use log4net and all my problems are > solved :). I guess if it has. A default Log4.net implementation it would > still have a reference on it. Anyway be good to see where this goes. > > > Cheers > > Stefan Sedich > > On 01/03/2009, at 10:48 PM, Tuna Toksoz <[email protected]> wrote: > > It will, it is actually what we'll do most probably. But it adds another > assembly. > Tuna Toksöz > <http://tunatoksoz.com>http://tunatoksoz.com > <http://turkiyealt.net>http://turkiyealt.net > <http://twitter.com/tehlike>http://twitter.com/tehlike > > Typos included to enhance the readers attention! > > > > On Sun, Mar 1, 2009 at 2:45 PM, Stefan Sedich < <[email protected]> > [email protected]> wrote: > >> Maybe a silly suggestion but would a NH.ILogger interface with simple >> wrappers work? Nh could provide a simple log4net wrapper and any one else >> could do something simple as sessionfactory.setlogger(foo). Seems like a >> simple solution. >> >> >> Cheers >> >> Stefan Sedich >> >> On 01/03/2009, at 10:17 PM, Fabio Maulo < <[email protected]> >> [email protected]> wrote: >> >> +1 (as I said in dev-list) >> btw we can removing a strong reference to log4net but this without add a >> strong reference to something else. >> >> >> 2009/3/1 Ayende Rahien < <[email protected]> <[email protected]> >> [email protected]> >> >>> I am actually against that. >>> It only adds additional complexity without really giving us anything in >>> return. >>> Adding more assemblies that we need to deploy and additional steps to >>> configure is not a good thing. >>> >>> >>> On Sun, Mar 1, 2009 at 1:22 AM, Tuna Toksoz < >>> <[email protected]><[email protected]> >>> [email protected]> wrote: >>> >>>> it is still open. >>>> Use <http://jira.nhforge.org> <http://jira.nhforge.org> >>>> http://jira.nhforge.org instead. >>>> >>>> Tuna Toksöz >>>> <http://tunatoksoz.com> <http://tunatoksoz.com>http://tunatoksoz.com >>>> <http://turkiyealt.net> <http://turkiyealt.net>http://turkiyealt.net >>>> <http://twitter.com/tehlike> <http://twitter.com/tehlike> >>>> http://twitter.com/tehlike >>>> >>>> Typos included to enhance the readers attention! >>>> >>>> >>>> >>>> >>>> On Sun, Mar 1, 2009 at 11:20 AM, Graham Bunce >>>> <<[email protected]><[email protected]> >>>> [email protected]> wrote: >>>> >>>>> >>>>> Hi all, >>>>> >>>>> Does anyone know if this : >>>>> >>>>> <http://groups.google.com/group/nhibernate-development/browse_thread/thread/cdfddb3b63307dab><http://groups.google.com/group/nhibernate-development/browse_thread/thread/cdfddb3b63307dab> >>>>> http://groups.google.com/group/nhibernate-development/browse_thread/thread/cdfddb3b63307dab >>>>> >>>>> was put into the 2.1 release? >>>>> >>>>> We have a mandated policy of using MS EntLib logging and its annoying >>>>> that NHibernate forces the use of Log4Net. I know its not as big an >>>>> issue as some of the other things 2.1 is dealing with but as I can't >>>>> access the JIRA listed in the thread, I don't know the status. >>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> >>> >>> >>> >> >> >> -- >> Fabio Maulo >> >> >> >> >> > > > > > > -- Fabio Maulo --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
