/python-logging-aop

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Python AOP Framework

Python AOP Framework is a minimal Framework to use Aspect-Oriented Programming on your Python applications

Examples

./test/aspectSampleTest.py

两种方式: 1.@InvocationLoggerAspect 2.auth = InvocationLoggerAspect(auth)

./test/aspectTypeSampleTest.py