Think it’s necessary to mock ILogger?

by Aug 25, 2023Shorts

Think it’s necessary to mock ILogger?

Using Moq or NSubstitute to do this? Think again.

In the C# world, many developers do this – but there’s a more efficient way.

Enter NullLogger.

NullLogger, a minimalist logger from Microsoft, lets you fulfill your dependency without any fuss. All while doing… well, nothing.

Creating an instance? It’s as simple as ‘NullLogger.Instance’.

Give it a try next time you’re coding. You might just find it changes your approach completely.

So, who’s ready to ditch the old method and embrace NullLogger?

Remy van Duijkeren

Remy van Duijkeren

Power Platform Automator

Automation and integration aren’t just what I do—they’re what I do best.

I help businesses work smarter by removing friction, automating what slows them down, and connecting systems that should’ve been talking all along.

 

Get My Thoughts on Automation & Development

Join my personal newsletter and get practical insights on building faster, integrating smarter, and removing friction in IT systems — especially on Power Platform and Dynamics 365.

Related