Toggle navigation
Documentation
Languages
Platforms
Projects
PropellerManager
An event-driven C++ API for Propeller devices
Main Page
Related Pages
Classes
Examples
PropellerIDE
src
propellermanager
src
util
logging.h
1
#include <QLoggingCategory>
2
3
Q_DECLARE_LOGGING_CATEGORY(pmanager)
4
Q_DECLARE_LOGGING_CATEGORY(ploader)
5
6
Q_DECLARE_LOGGING_CATEGORY(pdevice)
7
Q_DECLARE_LOGGING_CATEGORY(pgpio)
8
9
Q_DECLARE_LOGGING_CATEGORY(psession)