There is little worse as a developer than trying to figure out why an application is not working if you don’t know what is going on inside it. Sometimes you can’t even tell whether the system is ...
Python アプリケーションのログと例外を Application Insights に集約するための、小さな共通ロガーを作成した。print を書く感覚で applog() を呼ぶと、標準出力と Application Insights の両方へ、ローカル開発でもデプロイ後でも同じインターフェースで出力できる。