Skip to content

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()
Clone this wiki locally