Mantis App v0.1.13
Loading...
Searching...
No Matches
mantis::MantisLoggerImpl Class Reference

Logger implementation for soci, allowing us to override the default logging behaviour with our own custom logger. More...

#include <database.h>

Inheritance diagram for mantis::MantisLoggerImpl:
Collaboration diagram for mantis::MantisLoggerImpl:

Public Member Functions

void start_query (std::string const &query) override
 Called before query is executed by soci, we can log the query here.
 

Detailed Description

Logger implementation for soci, allowing us to override the default logging behaviour with our own custom logger.

Member Function Documentation

◆ start_query()

void mantis::MantisLoggerImpl::start_query ( std::string const &  query)
inlineoverride

Called before query is executed by soci, we can log the query here.

Parameters
querySQL Query to be executed

The documentation for this class was generated from the following file: