是否可以将Loggin行为注入标记的类或/和类似的方法:
Log("Method {0} started",GetMethodNameTroughReflection)
Call method body
Log("Method {0} Finished",GetMethodNameTroughReflection)
我想创建自己的Attribute类,它将实现方法调用的记录行为。
我想描述app.config文件中的登录行为,可以通过config中的设置禁用它。
怎么做对了?也许为这样的任务创建了解决方案?