C# Current Class.Method Logging

Home / C# Current Class.Method Logging

Note that this doesn’t work so well with method name obfuscation!

Results
[Operations]
Foo.DoSomething : something 1
Foo.DoSomethingElse : something else 1
Foo.DoSomething : something 2