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
