openFrameworksのアプリからNoitionのデータベースへログを投げて記録するアドオン
//----- in setup
ofSetLogLevel("ofxNotion", OF_LOG_VERBOSE); // if you need
ofxNotion::setupNotionFromFile("notion.txt");
//----- wheree needed
ofxNotion::sendLogToNotion(OF_LOG_ERROR, "something error message!!");
⚠️ Caution
https://gist.github.com/shiyuugohirao/8ead9f0d43f4d52ebf1fefa2ac2f2fc3