When logging in C#, how can I learn the name of the method that called the current method? I know all about System.Reflection.MethodBase.GetCurrentMethod(), but
System.Reflection.MethodBase.GetCurrentMethod()
Take a look at Logging method name in .NET. Beware of using it in production code. StackFrame may not be reliable...