-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Open
Labels
Milestone
Description
https://www.sqlite.org/c3ref/c_config_covering_index_scan.html#sqliteconfiglog
The SQLITE_CONFIG_LOG option is used to configure the SQLite global error log. (The SQLITE_CONFIG_LOG option takes two arguments: a pointer to a function with a call signature of void()(void,int,const char*), and a pointer to void. If the function pointer is not NULL, it is invoked by sqlite3_log() to process each logging event.