This Python project generates a custom IP logger script that fetches detailed IP information about the machine it is run on and sends it to a Discord webhook. The generated logger collects IP data ...
Go to the official Python website: https://www.python.org/downloads/release/python-3139/ Scroll down to the files part. Then download the Windows installer (64-bit ...
前回は、Pythonのloggingモジュールの基本的な使い方についてご紹介しました。 今回は、Loggerオブジェクトを使った、より高度な設定方法について解説します。 Loggerオブジェクトとは? Pythonのloggingモジュールでは、logging.debug()やlogging.info()などのモジュール ...
新人エンジニア向けに、Pythonのlogger(loggingモジュール)の使い方について、わかりやすく・すぐ使える形でまとめた備忘録です。 Python logger(loggingモジュール)とは? プログラムの中で何が起きているかをログとして記録する機能です。 開発中や実運用 ...