Skip to content

Information on how to set up logging in EF Core

Notifications You must be signed in to change notification settings

TomasHubelbauer/ef-logging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EF Core Logging

WEB

  1. dotnet new console
  2. dotnet add package Microsoft.EntityFrameworkCore.SqlServer
  3. sqllocaldb create ef_core_logging
  4. Set up entities and DB context
  5. dotnet add package Microsoft.Extensions.Logging.Console

To-Do

Update to include the alternative

In some other EF repos I use a different way to log, which I should show here as well.

About

Information on how to set up logging in EF Core

Topics

Resources

Stars

Watchers

Forks

Languages