#include <QMap>
#include <QSettings>
#include <QVariant>
#include <TGlobal>
Go to the source code of this file.
|
T_CORE_EXPORT void | Tf::setupSystemLogger (TSystemLogger *logger=nullptr) |
|
T_CORE_EXPORT void | Tf::releaseSystemLogger () |
|
T_CORE_EXPORT void | Tf::setupAccessLogger () |
|
T_CORE_EXPORT void | Tf::releaseAccessLogger () |
|
T_CORE_EXPORT bool | Tf::isAccessLoggerAvailable () |
|
T_CORE_EXPORT void | Tf::setupQueryLogger () |
|
T_CORE_EXPORT void | Tf::releaseQueryLogger () |
|
T_CORE_EXPORT void | Tf::writeAccessLog (const TAccessLog &log) |
|
T_CORE_EXPORT void | Tf::writeQueryLog (const QString &query, bool success, const QSqlError &error, int duration) |
|
T_CORE_EXPORT void | Tf::traceQueryLog (int duration, const char *,...) |
|
T_CORE_EXPORT QMap< QString, QVariant > | Tf::settingsToMap (QSettings &settings, const QString &env=QString()) |
|
T_CORE_EXPORT void | tSystemError (const char *,...) |
|
T_CORE_EXPORT void | tSystemWarn (const char *,...) |
|
T_CORE_EXPORT void | tSystemInfo (const char *,...) |
|
T_CORE_EXPORT void | tSystemDebug (const char *,...) |
|
T_CORE_EXPORT void | tSystemTrace (const char *,...) |
|
◆ tSystemDebug()
◆ tSystemError()
◆ tSystemInfo()
◆ tSystemTrace()
◆ tSystemWarn()