Music Hub ..
A session-wide music playback service
Loading...
Searching...
No Matches
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

namespace  lomiri
namespace  lomiri::MediaHubService

Macros

#define MH_TRACE(...)
#define MH_DEBUG(...)
#define MH_INFO(...)
#define MH_WARNING(...)
#define MH_ERROR(...)
#define MH_FATAL(...)

Functions

const QLoggingCategory & lomiri::MediaHubService::Log ()

Macro Definition Documentation

◆ MH_DEBUG

#define MH_DEBUG ( ...)
Value:
qCDebug(::lomiri::MediaHubService::Log(), __VA_ARGS__)
const QLoggingCategory & Log()
Definition logging.cpp:27

Definition at line 36 of file logging.h.

◆ MH_ERROR

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

Definition at line 39 of file logging.h.

◆ MH_FATAL

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

Definition at line 40 of file logging.h.

◆ MH_INFO

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

Definition at line 37 of file logging.h.

◆ MH_TRACE

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

Definition at line 35 of file logging.h.

◆ MH_WARNING

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

Definition at line 38 of file logging.h.