-
Notifications
You must be signed in to change notification settings - Fork 2
Logging
Jeff Hurray edited this page Apr 25, 2016
·
2 revisions
SQLiteModel supports verbose logging of errors and SQL transactions. The class that controls logging is the SQLiteModelLogManager.
To start logging call:
SQLiteModelLogManager.startLogging()To stop logging call:
SQLiteModelLogManager.stopLogging()SQLiteModel