Kea
1.9.9-git
|
DB_LOG_* logic. More...
#include <db_log.h>
Public Member Functions | |
DB_LOG (DbMessageID const message_id, int const debug_level=0) | |
To preserve the old way of logging, this constructor facilitates initiating the DB_LOG_* chain call. More... | |
template<typename T , typename... Args> | |
DB_LOG & | arg (T first, Args...args) |
Pass parameters to replace logger placeholders. More... | |
DB_LOG & | arg () |
The last invocation of the arg() which is without parameters. More... | |
DB_LOG_* logic.
|
inline |
|
inline |
Pass parameters to replace logger placeholders.
first | the parameter to be processed now |
args | the parameters to be processes in recursive calls |
Definition at line 144 of file db_log.h.
Referenced by isc::db::MySqlConnection::checkError(), isc::db::PgSqlConnection::checkStatementError(), isc::db::DatabaseConnection::parse(), isc::db::CqlConnection::~CqlConnection(), and isc::db::PgSqlConnection::~PgSqlConnection().
|
inline |
The last invocation of the arg() which is without parameters.
Required when using variadic arguments.
Definition at line 154 of file db_log.h.
Referenced by isc::db::DB_LOG< debug >::arg().