Medical Imaging Interaction Toolkit  2024.12.99-d991a09f
Medical Imaging Interaction Toolkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
berryLog.h File Reference

Go to the source code of this file.

Macros

#define BERRY_INFO
 
#define BERRY_WARN
 
#define BERRY_ERROR
 
#define BERRY_FATAL
 
#define BERRY_DEBUG
 

Functions

org_blueberry_core_runtime_EXPORT std::ostream & operator<< (std::ostream &os, const QString &str)
 

Macro Definition Documentation

◆ BERRY_DEBUG

#define BERRY_DEBUG

Definition at line 25 of file berryLog.h.

◆ BERRY_ERROR

#define BERRY_ERROR

Definition at line 22 of file berryLog.h.

◆ BERRY_FATAL

#define BERRY_FATAL

Definition at line 23 of file berryLog.h.

◆ BERRY_INFO

#define BERRY_INFO

Definition at line 20 of file berryLog.h.

◆ BERRY_WARN

#define BERRY_WARN

Definition at line 21 of file berryLog.h.

Function Documentation

◆ operator<<()

org_blueberry_core_runtime_EXPORT std::ostream& operator<< ( std::ostream &  os,
const QString &  str 
)