dm_db_log Subroutine

public subroutine dm_db_log(err_code, err_msg)

Sends log message to SQLite error log handler. The callback has to be set through dm_db_set_log_handler() initially.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: err_code

Error code.

character(len=*), intent(in) :: err_msg

Error message.


Calls

proc~~dm_db_log~~CallsGraph proc~dm_db_log dm_db_log sqlite3_log sqlite3_log proc~dm_db_log->sqlite3_log