I'm using log4net with NHibernate and i'm logging SQL statements generated by NHibernate.
Is there any way to instruct NHibernate to only log DML SQL statements (inserts, updates, deletes), for example something like "NHibernate.SQL" + ".DML" in log configuration?