I am using log4net with NHibernate and I am logging SQL queries generated by NHibernate.
Is there a way to instruct NHibernate to only log DML SQL statements (inserts, updates, deletes), like something like "NHibernate.SQL" + ".DML" in the log configuration?