Lines Matching refs:sqlite3_log
472 #define SQLITE_NOTICE 27 /* Notifications from sqlite3_log() */
473 #define SQLITE_WARNING 28 /* Warnings from sqlite3_log() */
1979 ** invoked by [sqlite3_log()] to process each logging event. ^If the
1980 ** function pointer is NULL, the [sqlite3_log()] interface becomes a no-op.
1985 ** [sqlite3_log()] call and is intended to be a [result code] or an
9288 ** ^The [sqlite3_log()] interface writes a message into the [error log]
9293 ** The sqlite3_log() interface is intended for use by extensions such as
9295 ** nothing to prevent an application from calling sqlite3_log(), doing so
9300 ** To avoid deadlocks and other threading problems, the sqlite3_log() routine
9306 SQLITE_API void sqlite3_log(int iErrCode, const char *zFormat, ...);
11705 ** via the sqlite3_log() mechanism with the error code SQLITE_SCHEMA. At most