Hey there. It came to my mind that i would be very handy to use a nhibernate appender in orchard, so we can log into the database. after some searching i found this implementation: http://www.codeproject.com/KB/dotnet/LoggingWithNHibernate.aspx
So i created a commandline project to test it and i worked like a charm. next step was the integration into orchard. My Problem here is now, that the appender constructor is created properly, but the logging itself (ExecuteNonQuery()) is only called if i shut down the developmentwebserver. why is there an delay ? it has something to do with the transactions but i cant find why? please let me know if you have any idea! -- Georg Notter --- You are currently subscribed to orchard-discuss as: [email protected]. To unsubscribe send a blank email to [email protected].
