ahjesus 获取当前方法被调用执行的具体位置,包括命名空间和方法

MethodBase method = new StackFrame(1).GetMethod();
string ahjesus = method.ReflectedType.FullName + "." + method.Name;

适用范围,track和log