#include <LogHandler.h>
|
| void | fireLog (const QString &pMsg) |
| | Every log will be fired by this signal. Be aware that you NEVER use a qDebug() or something like that function in your slot or you will get a deadlock! Mehr ...
|
| |
| void | fireRawLog (const QString &pMsg, const QString &pCategoryName) |
| |
| LogHandler::LogHandler |
( |
| ) |
|
|
protected |
| LogHandler::~LogHandler |
( |
| ) |
|
|
protectedvirtual |
| bool LogHandler::copy |
( |
const QString & |
pDest | ) |
|
| void governikus::LogHandler::fireLog |
( |
const QString & |
pMsg | ) |
|
|
signal |
Every log will be fired by this signal. Be aware that you NEVER use a qDebug() or something like that function in your slot or you will get a deadlock!
| void governikus::LogHandler::fireRawLog |
( |
const QString & |
pMsg, |
|
|
const QString & |
pCategoryName |
|
) |
| |
|
signal |
| QByteArray LogHandler::getBacklog |
( |
| ) |
|
| QDateTime LogHandler::getCurrentLogfileDate |
( |
| ) |
const |
| QDateTime LogHandler::getFileDate |
( |
const QFileInfo & |
pInfo | ) |
|
|
static |
| QFileInfoList LogHandler::getOtherLogfiles |
( |
| ) |
const |
| void LogHandler::init |
( |
| ) |
|
| void LogHandler::removeOtherLogfiles |
( |
| ) |
|
| void LogHandler::resetBacklog |
( |
| ) |
|
| void LogHandler::setAutoRemove |
( |
bool |
pRemove | ) |
|
| friend class ::test_LogHandler |
|
friend |
| QDebug operator<< |
( |
QDebug |
pDbg, |
|
|
const LogHandler & |
pHandler |
|
) |
| |
|
friend |
Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien: