name: Print setup-python environment (self-hosted Windows) on: push: branches: - main jobs: setup-python-test: runs-on: self-hosted steps: - name: Set up Python uses: actions/setup-python@v6 with: ...
PyEtw is a Python package that allows you to use Pythons standard logging facility with Event Tracing for Windows (ETW). Using ETW for Python logging allows you to leverage the many tools available ...