DEV Community

Discussion on: .NET 6.0 - Clean Architecture using Repository Pattern and Dapper with Logging and Unit Testing

Collapse
 
kamranshahid profile image
Kamran Shahid

Everything is good other then log4net as nowadays serilog is the choice of logging

Collapse
 
techiesdiary profile image
Sandeep Kumar

@kamranshahid - Thanks for sharing your thoughts, and yes serilog is one thing that we can implement here, and as there is a separate layer of logging so replacement of the logging framework is easy.