Replace usages of py.log by custom implementation (#822)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
This commit is contained in:
Anthony Sottile
2022-10-22 03:26:01 -07:00
committed by GitHub
parent 80130d59ea
commit 1471164197
9 changed files with 35 additions and 17 deletions

View File

@@ -0,0 +1 @@
Replace internal usage of ``py.log`` with a custom solution (but with the same interface).