csharpfritz / InstantAPIs

A library that generates Minimal API endpoints for an Entity Framework context.
MIT License
448 stars 57 forks source link

Add logging for the Map calls executed #36

Closed csharpfritz closed 2 years ago

csharpfritz commented 2 years ago

Add entries to the standard ASP.NET Core log that reflect the Map methods created and their URL endpoints.

Perhaps a verbose logging experience should also declare the data access method attached to the URL