[nhusers] Event Listener to log sql statements

2018-10-23 Thread Javier Lamas
I need to audit some entities within my business, I found a solution making use of the Event Listener of Nhibernate, everything is fine up to that point but I need besides registering the sql statement. I have an entity which I name DbLog where I store the user that performed the action, the

[nhusers] Event Listener to log sql statements

2018-10-23 Thread Javier Lamas
I need to audit some entities within my business, I found a solution making use of the Event Listener of Nhibernate, everything is fine up to that point but I need besides registering the sql statement. I have an entity which I name DbLog where I store the user that performed the action, the