|
MantisBase v0.3.4
|
Logger implementation for soci, allowing us to override the default logging behaviour with our own custom logger. More...
#include <database.h>


Public Member Functions | |
| void | start_query (std::string const &query) override |
| Called before query is executed by soci, we can log the query here. | |
Logger implementation for soci, allowing us to override the default logging behaviour with our own custom logger.
|
inlineoverride |
Called before query is executed by soci, we can log the query here.
| query | SQL Query to be executed |