有没有办法在python中获取列表所有已定义的记录器? 我的意思是,是否存在可以使用的东西,logging.getAllLoggers()哪些会返回Logger对象列表?
logging.getAllLoggers()
我搜索了python.logging文档,但找不到这样的方法.
先感谢您.
python logging python-3.x
logging ×1
python ×1
python-3.x ×1