10#include <QLoggingCategory>
11#include <kritastore_export.h>
13extern const KRITASTORE_EXPORT QLoggingCategory &
STORE_LOG();
15#define debugStore qCDebug(STORE_LOG)
16#define warnStore qCWarning(STORE_LOG)
17#define errorStore qCCritical(STORE_LOG)
const KRITASTORE_EXPORT QLoggingCategory & STORE_LOG()