|
microCOR Lab SDK
1.7
|
Log class. More...
#include <Logger.h>
Public Slots | |
| void | logStateChange (QString str) |
| microCORLab internal | |
Signals | |
| void | logged (const QString &msg) |
| a log event occurs | |
Public Member Functions | |
| void | setStdOutEnabled (bool enabled) |
| bool | isStdOutEnabled () const |
| void | setLogFile (QString file) |
| Sets log file. More... | |
| QString | logFile () const |
| log file. | |
| void | log (QString sender, QString message, bool will_write_to_file=false) |
| enters a log message. More... | |
| void | logSentPacket (QString str) |
| microCORLab internal | |
Log class.
microCORLab classes use this logger class to track events and errors.