Does anyone has a good solution for a C# version of the C++ __FUNCTION__ macro? The compiler does not seem to like it.
This is added in .NET 4.5.
See @roken's answer here:
Do __LINE__ __FILE__ equivalents exist in C#?