MantisBase v0.3.4
Loading...
Searching...
No Matches
mb::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 mb::MantisLoggerImpl:
Collaboration diagram for mb::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 mb::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: