TreeFrogFramework  2.8
Functions
tsystemglobal.cpp File Reference
#include "tsystemglobal.h"
#include "taccesslogstream.h"
#include "tfilesystemlogger.h"
#include <QByteArray>
#include <QDateTime>
#include <QDir>
#include <QFile>
#include <QFileInfo>
#include <QSqlError>
#include <QString>
#include <TAccessLog>
#include <TAppSettings>
#include <TLog>
#include <TLogger>
#include <TWebApplication>
Include dependency graph for tsystemglobal.cpp:

Functions

void tSystemError (const char *msg,...)
 
void tSystemWarn (const char *msg,...)
 
void tSystemInfo (const char *msg,...)
 
void tSystemDebug (const char *msg,...)
 
void tSystemTrace (const char *msg,...)
 

Function Documentation

◆ tSystemDebug()

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

◆ tSystemError()

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

◆ tSystemInfo()

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

◆ tSystemTrace()

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

◆ tSystemWarn()

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