Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
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) |
#define BERRY_DEBUG |
Definition at line 29 of file berryLog.h.
#define BERRY_ERROR |
Definition at line 26 of file berryLog.h.
Referenced by berry::AbstractUICTKPlugin::GetPreferencesService(), berry::SafeRunnable::HandleException(), QmitkViewNavigatorWidget::ItemClicked(), berry::CoreTestApplication::Start(), and berry::UITestApplication::Start().
#define BERRY_FATAL |
Definition at line 27 of file berryLog.h.
#define BERRY_INFO |
Definition at line 24 of file berryLog.h.
Referenced by berry::ContributionManager::DumpStatistics(), berry::AbstractSourceProvider::LogDebuggingInfo(), and berry::CommandTracing::PrintTrace().
#define BERRY_WARN |
Definition at line 25 of file berryLog.h.
Referenced by berry::IConfigurationElement::CreateExecutableExtension(), berry::IAdaptable::GetAdapter(), berry::IServiceLocator::GetService(), berry::TestCase::IgnoreLeakingObjects(), berry::IAdapterManager::QueryAdapter(), berry::DebugUtil::RestoreState(), berry::DebugUtil::SaveState(), mitk::WorkbenchUtil::SetDepartmentLogoPreference(), and berry::Object::~Object().
org_blueberry_core_runtime_EXPORT std::ostream& operator<< | ( | std::ostream & | os, |
const QString & | str | ||
) |
Definition at line 21 of file berryLog.cpp.