FougTools
0.7.0dev-046fb6a
Handy tools for C++, Qt and OpenCascade
|
Dispatches a logging message as a Qt signal. More...
#include <qttools/core/log.h>
Signals | |
void | log (qtcore::Log::MessageType msgType, const QString &msg) |
Public Member Functions | |
LogDispatcher (QObject *parent=NULL) | |
void | handle (Log::MessageType msgType, const QString &msg) |
Emits the signal log(msgType, msg) More... | |
![]() | |
AbstractLogHandler () | |
virtual | ~AbstractLogHandler () |
void | setAutoDetach (bool b) |
Set the log handler to auto-detach mode if b is true. More... | |
Dispatches a logging message as a Qt signal.
qtcore::LogDispatcher::LogDispatcher | ( | QObject * | parent = NULL | ) |
|
virtual |
Emits the signal log(msgType, msg)
Implements qtcore::AbstractLogHandler.
|
signal |