Sets SQLite error log callback. The dummy argument client_data is
passed to the callback routine. The function returns E_DB on error.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| procedure(dm_db_log_callback) | :: | callback |
Callback routine. |
|||
| type(c_ptr), | intent(in), | optional | :: | client_data |
C pointer to client data. |