0
kicks
C# 5 caller info when targeting earlier versions of the .NET Framework
C# 5 has a cool new feature named "caller information", that makes it easier to write logging methods. This article explains how to use this feature when targeting earlier versions of the .NET framework (provided that you use the C# 5 compiler of course).