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