17 #ifndef TIANCHI_TCLOG_H
18 #define TIANCHI_TCLOG_H
20 #include <tianchi/tcglobal.h>
42 void setAppFile(
const QString& AppFile);
51 void setLogFile(
const QString& LogFile);
57 void write(
const QString& S,
58 const QString& SourceName = QString(),
65 inline void debug(
const QString& S,
66 const QString& SourceName = QString(),
70 write(S, SourceName, SourceLine);
93 #endif // TIANCHI_LOGTINY_H