void AddonManager::onDirectoryWatcherError(const Poco::Exception& exc) { ofLogError("AddonManager::onDirectoryWatcherError") << exc.displayText(); }
//------------------------------------------------------------------------------ void ofApp::onCalendarWatcherError(const Poco::Exception& exception) { ofSendMessage("ERROR: " + exception.displayText()); }