*** DRAFT ***

SQLite Requirement Matrix Details
log.html

Index Summary Markup Original


R-59114-58431-38576-59945-01836-64391-41431-21894 tcl slt th3 src

The sqlite3_log() interface writes a message into the error log established by the SQLITE_CONFIG_LOG option to sqlite3_config().

th3/cov1/log01.test:9

/* IMP: R-59114-58431 */
# EVIDENCE-OF: R-59114-58431 The sqlite3_log() interface writes a
# message into the error log established by the SQLITE_CONFIG_LOG option
# to sqlite3_config().

R-19696-22724-31246-18328-34316-54250-32558-13544 tcl slt th3 src

If logging is enabled, the zFormat string and subsequent arguments are used with sqlite3_snprintf() to generate the final output string.

th3/cov1/log01.test:13

/* IMP: R-19696-22724 */
# EVIDENCE-OF: R-19696-22724 If logging is enabled, the zFormat string
# and subsequent arguments are used with sqlite3_snprintf() to generate
# the final output string.