22 #if defined(Q_CC_GNU) && !defined(__INSURE__)
23 __attribute__((format(printf, 2, 3)))
40 #if defined(Q_CC_GNU) && !defined(__INSURE__)
41 __attribute__((format(printf, 1, 2)))
46 #if defined(Q_CC_GNU) && !defined(__INSURE__)
47 __attribute__((format(printf, 1, 2)))
52 #if defined(Q_CC_GNU) && !defined(__INSURE__)
53 __attribute__((format(printf, 1, 2)))
58 #if defined(Q_CC_GNU) && !defined(__INSURE__)
59 __attribute__((format(printf, 1, 2)))
64 #if defined(Q_CC_GNU) && !defined(__INSURE__)
65 __attribute__((format(printf, 1, 2)))
The Tf namespace contains miscellaneous identifiers used throughout the library of TreeFrog Framework...
Definition: tdebug.h:10
T_CORE_EXPORT void releaseSystemLogger()
Definition: tsystemglobal.cpp:78
T_CORE_EXPORT void setupSystemLogger(TSystemLogger *logger=nullptr)
Definition: tsystemglobal.cpp:57
T_CORE_EXPORT void traceQueryLog(int duration, const char *,...)
Definition: tsystemglobal.cpp:189
T_CORE_EXPORT QMap< QString, QVariant > settingsToMap(QSettings &settings, const QString &env=QString())
Definition: tsystemglobal.cpp:219
T_CORE_EXPORT void writeAccessLog(const TAccessLog &log)
Definition: tsystemglobal.cpp:49
SystemOpCode
Definition: tsystemglobal.h:27
@ WebSocketSendBinary
Definition: tsystemglobal.h:30
@ WebSocketPublishText
Definition: tsystemglobal.h:31
@ WebSocketPublishBinary
Definition: tsystemglobal.h:32
@ WebSocketSendText
Definition: tsystemglobal.h:29
@ InvalidOpCode
Definition: tsystemglobal.h:28
@ MaxOpCode
Definition: tsystemglobal.h:33
T_CORE_EXPORT void writeQueryLog(const QString &query, bool success, const QSqlError &error, int duration)
Definition: tsystemglobal.cpp:202
T_CORE_EXPORT void releaseQueryLogger()
Definition: tsystemglobal.cpp:127
T_CORE_EXPORT void releaseAccessLogger()
Definition: tsystemglobal.cpp:101
T_CORE_EXPORT void setupAccessLogger()
Definition: tsystemglobal.cpp:88
T_CORE_EXPORT bool isAccessLoggerAvailable()
Definition: tsystemglobal.cpp:108
T_CORE_EXPORT void setupQueryLogger()
Definition: tsystemglobal.cpp:114
#define T_CORE_EXPORT
Definition: tdeclexport.h:28
T_CORE_EXPORT void tSystemTrace(const char *,...)
Definition: tsystemglobal.cpp:171
T_CORE_EXPORT void tSystemWarn(const char *,...)
Definition: tsystemglobal.cpp:143
T_CORE_EXPORT void tSystemInfo(const char *,...)
Definition: tsystemglobal.cpp:152
T_CORE_EXPORT void tSystemDebug(const char *,...)
Definition: tsystemglobal.cpp:162
T_CORE_EXPORT void tSystemError(const char *,...)
Definition: tsystemglobal.cpp:134