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

Go to the source code of this file.

Macros

#define debugFlake   qCDebug(FLAKE_LOG)
 
#define errorFlake   qCCritical(FLAKE_LOG)
 
#define warnFlake   qCWarning(FLAKE_LOG)
 

Functions

const KRITAFLAKE_EXPORT QLoggingCategory & FLAKE_LOG ()
 

Macro Definition Documentation

◆ debugFlake

#define debugFlake   qCDebug(FLAKE_LOG)

Definition at line 15 of file FlakeDebug.h.

◆ errorFlake

#define errorFlake   qCCritical(FLAKE_LOG)

Definition at line 17 of file FlakeDebug.h.

◆ warnFlake

#define warnFlake   qCWarning(FLAKE_LOG)

Definition at line 16 of file FlakeDebug.h.

Function Documentation

◆ FLAKE_LOG()

const KRITAFLAKE_EXPORT QLoggingCategory & FLAKE_LOG ( )
extern

Definition at line 9 of file FlakeDebug.cpp.

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