#include "qgsconfig.h"
Go to the source code of this file.
◆ QGS_QUERY_LOG_ORIGIN
| #define QGS_QUERY_LOG_ORIGIN QString( QString( __FILE__ ).mid( sQueryLoggerFilePrefixLength ) + ':' + QString::number( __LINE__ ) + " (" + ( __FUNCTION__ ) + ")" ) |
◆ QgsSetQueryLogClass
| #define QgsSetQueryLogClass |
( |
| entry, |
|
|
| _class ) |
Value: ( entry ).initiatorClass = _class; \
( entry ).origin = QString( QString( __FILE__ ).mid(
sQueryLoggerFilePrefixLength ) +
':' + QString::number( __LINE__ ) +
" (" + __FUNCTION__ +
")" );
constexpr int sQueryLoggerFilePrefixLength
Definition at line 22 of file qgsdbquerylog_p.h.
◆ sQueryLoggerFilePrefixLength