TreeFrogFramework  2.8
Namespaces | Enumerations | Functions
tsystemglobal.h File Reference
#include <QMap>
#include <QSettings>
#include <QVariant>
#include <TGlobal>
Include dependency graph for tsystemglobal.h:

Go to the source code of this file.

Namespaces

 Tf
 

Enumerations

enum  Tf::SystemOpCode {
  Tf::InvalidOpCode = 0x00 , Tf::WebSocketSendText = 0x01 , Tf::WebSocketSendBinary = 0x02 , Tf::WebSocketPublishText = 0x03 ,
  Tf::WebSocketPublishBinary = 0x04 , Tf::MaxOpCode = 0x04
}
 

Functions

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 *,...)
 

Function Documentation

◆ tSystemDebug()

T_CORE_EXPORT void tSystemDebug ( const char *  msg,
  ... 
)

◆ tSystemError()

T_CORE_EXPORT void tSystemError ( const char *  msg,
  ... 
)

◆ tSystemInfo()

T_CORE_EXPORT void tSystemInfo ( const char *  msg,
  ... 
)

◆ tSystemTrace()

T_CORE_EXPORT void tSystemTrace ( const char *  msg,
  ... 
)

◆ tSystemWarn()

T_CORE_EXPORT void tSystemWarn ( const char *  msg,
  ... 
)