TreeFrogFramework
2.8
|
#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>
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,...) |
void tSystemDebug | ( | const char * | msg, |
... | |||
) |
void tSystemError | ( | const char * | msg, |
... | |||
) |
void tSystemInfo | ( | const char * | msg, |
... | |||
) |
void tSystemTrace | ( | const char * | msg, |
... | |||
) |
void tSystemWarn | ( | const char * | msg, |
... | |||
) |