baratgabor / MyWarehouse

Clean Architecture and Domain Driven Design sample project based on C# 10 / .NET 6 / ASP.NET Core 6 / EF Core 6 & Angular 11 with Bootstrap.
MIT License
239 stars 67 forks source link

Logging should be moved to Application layer #2

Closed baratgabor closed 3 years ago

baratgabor commented 3 years ago

Currently logging is done in the web API project, but logging the executed operations is an Application layer concern that shouldn't depend on whether the business logic is running via a web API (even if it's currently exposed only in that fashion).