You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when debugMode is set on class DatabaseApi, verbose console logging occurs only for class Table methods. We would like to extend this option to class DatabaseApi.
Tasks at hand:
Add class DatabaseApi specific methods to class DbDebugger
Update class DatabaseApi to optionally instantiate and call relevant class DbDebugger methods
The text was updated successfully, but these errors were encountered:
Currently when
debugMode
is set onclass DatabaseApi
, verboseconsole
logging occurs only forclass Table
methods. We would like to extend this option toclass DatabaseApi
.Tasks at hand:
class DatabaseApi
specific methods toclass DbDebugger
class DatabaseApi
to optionally instantiate and call relevantclass DbDebugger
methodsThe text was updated successfully, but these errors were encountered: