-
Notifications
You must be signed in to change notification settings - Fork 164
Closed
Description
It would be nice to be able to interface with sqlite3_config for error logging with SQLITE_CONFIG_LOG.
Perhaps we would want to be able to code
sqlite::error_log([&](int errcode, const char*msg) {
std::clog<<"SQLITE ERROR " << errcode << ":" << msg << std:endl;
});
What do you think?
I might provide a small patch if we agree on that API.
Thanks.
Basile Starynkevitch : basile at starynkevitch dot net
(France)
aminroosta and zauguin
Metadata
Metadata
Assignees
Labels
No labels