How to output all the sql of Ormlite in the debug mode

The debug logging shows everything that gets logged, i.e if you enable debugLogging:true OrmLite logs the executed SQL. The latest v4.0.43+ on MyGet also logs DB Params and SQL for INSERT/UPDATE/DELETE statements.

The MiniProfiler doesn’t log stats.