「運用始まった後のログはファイルに出したいけど、開発やデバッグ中のログはコンソールに出したいじゃん」を叶えます。 Loggerを使ったログ出力の導入についてはこちらの記事で。 結論 ハンドラ複数作ってroot_logger.addHandler()複数回使えば複数のハンドラ ...
In the Debug Console, when an exception stack trace is displayed with file paths and line numbers, clicking on the file path only opens the file at line 1 instead of ...