MCPcopy Create free account
hub / github.com/MITK/MITK / Log

Method Log

Plugins/org.blueberry.ui.qt/src/berryWorkbenchPlugin.cpp:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void WorkbenchPlugin::Log(const QString& message)
315{
316 BERRY_INFO << "LOG: " << message << std::endl;
317 //inst->GetLog().log(message);
318}
319
320void WorkbenchPlugin::Log(const ctkException &exc)
321{

Callers

nothing calls this directly

Calls 5

GetDefaultFunction · 0.85
printStackTraceMethod · 0.80
whatMethod · 0.80
QStringClass · 0.50
GetLogMethod · 0.45

Tested by

no test coverage detected