ILogger and Null Object Pattern
The Null Object Pattern is a pattern that uses objects with null behavior instead of performing null checks throughout the codebase. ILogger and ILoggerFactory are...
Read Article
Articles related to Ilogger