> For the complete documentation index, see [llms.txt](https://yeasy.gitbook.io/openstack_code_neutron/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yeasy.gitbook.io/openstack_code_neutron/neutron/common/logpy.md).

# log.py

基于neutron.openstack.common中的log模块。

主要是定义了log修饰，在执行方法时会一条debug日志，包括类名，方法名，参数等信息。
