Home

Dependency injection

Web Api logging attribute

Have logging ever irritated you? If yes, then you’re definitely not alone! Often when I work with Web APIs in C#, logging tends to take up a lot of space, making the code quickly look “ugly.” I like to log what parameters the method is called with, which controller the method is …