Signals | |
void | logline (const QString &qsText, bool bComplete) |
Public Member Functions | |
LogImpl (const QString &qsType) | |
void | append (const QString &qsText, const QTime &oTime=QTime::currentTime()) |
void | startup () |
void | shutdown () |
Static Public Attributes | |
static LogImpl | g_oLog |
static LogImpl | g_oMcu |
Private Slots | |
void | settingsChanged () |
void | timeoutFlush () |
void | timeoutClose () |
Private Attributes | |
QString | m_qsType |
QDir | m_oPath |
QFile * | m_pFile |
QTimer | m_oTimerFlush |
QTimer | m_oTimerClose |
bool | m_bFirstStartup |
bool | m_bDoLog |
bool | m_bLineComplete |