Music Hub  ..
A session-wide music playback service
logging.h File Reference
#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

 lomiri
 
 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 ()
 

Macro Definition Documentation

◆ MH_DEBUG

#define MH_DEBUG (   ...)    qCDebug(::lomiri::MediaHubService::Log(), __VA_ARGS__)

Definition at line 36 of file logging.h.

◆ MH_ERROR

#define MH_ERROR (   ...)    qCCritical(::lomiri::MediaHubService::Log(), __VA_ARGS__)

Definition at line 39 of file logging.h.

◆ MH_FATAL

#define MH_FATAL (   ...)    qCCritical(::lomiri::MediaHubService::Log(), __VA_ARGS__)

Definition at line 40 of file logging.h.

◆ MH_INFO

#define MH_INFO (   ...)    qCInfo(::lomiri::MediaHubService::Log(), __VA_ARGS__)

Definition at line 37 of file logging.h.

◆ MH_TRACE

#define MH_TRACE (   ...)    qCDebug(::lomiri::MediaHubService::Log(), __VA_ARGS__)

Definition at line 35 of file logging.h.

◆ MH_WARNING

#define MH_WARNING (   ...)    qCWarning(::lomiri::MediaHubService::Log(), __VA_ARGS__)

Definition at line 38 of file logging.h.