Skip to content

Instantly share code, notes, and snippets.

@costr
Created November 7, 2023 16:41
Show Gist options
  • Save costr/f1f85dd25250adede7f902c5a00a5733 to your computer and use it in GitHub Desktop.
Save costr/f1f85dd25250adede7f902c5a00a5733 to your computer and use it in GitHub Desktop.
EF DbContext Console Logging Query
myDBContext.Database.Log = message => System.Diagnostics.Debug.WriteLine(message);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment