#include <QLoggingCategory>
Include dependency graph for logging.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | lomiri |
| namespace | lomiri::MediaHubService |
Macros | |
| #define | MH_TRACE(...) qCDebug(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define | MH_DEBUG(...) qCDebug(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define | MH_INFO(...) qCInfo(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define | MH_WARNING(...) qCWarning(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define | MH_ERROR(...) qCCritical(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define | MH_FATAL(...) qCCritical(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
Functions | |
| const QLoggingCategory & | lomiri::MediaHubService::Log () |
| #define MH_DEBUG | ( | ... | ) | qCDebug(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define MH_ERROR | ( | ... | ) | qCCritical(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define MH_FATAL | ( | ... | ) | qCCritical(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define MH_INFO | ( | ... | ) | qCInfo(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define MH_TRACE | ( | ... | ) | qCDebug(::lomiri::MediaHubService::Log(), __VA_ARGS__) |
| #define MH_WARNING | ( | ... | ) | qCWarning(::lomiri::MediaHubService::Log(), __VA_ARGS__) |