#include <thread-logging.h>
Public Member Functions | |
ThreadLoggingClient () | |
virtual | ~ThreadLoggingClient () |
bool | checkLogs (ThreadLogging *threadLogger, QString logPrefix, bool resetLogs=true) |
Protected Member Functions | |
virtual IErrorLogClient * | getErrorLogClient ()=0 |
bool | checkLogs (ThreadLogging *threadLogger, ThreadLogging::LoggingClass cls, QString logPrefix, IErrorLogClient::logFunction_t logFunc, bool resetLog) |
Definition at line 50 of file thread-logging.h.
ThreadLoggingClient::ThreadLoggingClient | ( | ) |
|
virtual |
bool ThreadLoggingClient::checkLogs | ( | ThreadLogging * | threadLogger, |
QString | logPrefix, | ||
bool | resetLogs = true |
||
) |
|
protected |
|
protectedpure virtual |