+1 I have the same problem where it conflicts with our own ILogger interface. I guess NHibernate.ILogger should not be used outside NH anyway (except for contrib and NHibernate.* libs) so hiding it in a deeper namespace is a good idea IMHO.
/Johannes 2010/9/18 Henry Conceição <[email protected]> > Hi, > > While I was updating one of my projects to NHibernate 3 alpha 2, I did > notice that the ILogger interface is placed directly under the > NHibernate root namespace. Although I think that the abstraction is a > good thing, it's too exposed and conflicts with any other ILogger > (Castle's one for example) out there. > > That been said, I want to know if it's possible to move it to a more > internal namespace, like NHibernate.Logging or something like that. If > the asnwer is yes, I'll be happy to provide a patch for that. > > Cheers, > Henry Conceição >
