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