Krita Source Code Documentation
Loading...
Searching...
No Matches
StoreDebug.h File Reference
#include <QDebug>
#include <QLoggingCategory>
#include <kritastore_export.h>

Go to the source code of this file.

Macros

#define debugStore   qCDebug(STORE_LOG)
 
#define errorStore   qCCritical(STORE_LOG)
 
#define warnStore   qCWarning(STORE_LOG)
 

Functions

const KRITASTORE_EXPORT QLoggingCategory & STORE_LOG ()
 

Macro Definition Documentation

◆ debugStore

#define debugStore   qCDebug(STORE_LOG)

Definition at line 15 of file StoreDebug.h.

◆ errorStore

#define errorStore   qCCritical(STORE_LOG)

Definition at line 17 of file StoreDebug.h.

◆ warnStore

#define warnStore   qCWarning(STORE_LOG)

Definition at line 16 of file StoreDebug.h.

Function Documentation

◆ STORE_LOG()

const KRITASTORE_EXPORT QLoggingCategory & STORE_LOG ( )
extern

Definition at line 9 of file StoreDebug.cpp.

10{
11 static const QLoggingCategory category("krita.lib.store", QtInfoMsg);
12 return category;
13}