I got a tricky problem. I have to record specified database operations into my database log table. It is a custom table, not relevant to any system database table. It takes the form of SQL statements, but I am using NHibernate as my data access methods.
So how do I make it?