ofxNotion

openFrameworksのアプリからNoitionのデータベースへログを投げて記録するアドオン

how to use

  1. 以下のtemplateDBを自分のnotionに配置する。
//----- in setup
ofSetLogLevel("ofxNotion", OF_LOG_VERBOSE); // if you need
ofxNotion::setupNotionFromFile("notion.txt");

//----- wheree needed
ofxNotion::sendLogToNotion(OF_LOG_ERROR, "something error message!!");

template DB

⚠️ Caution

ofxNotionLog

Source (Gist)

https://gist.github.com/shiyuugohirao/8ead9f0d43f4d52ebf1fefa2ac2f2fc3