Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created October 6, 2017 21:35
Show Gist options
  • Save sirkirby/23e2bb7e1723d8e35bb066b46ab4948f to your computer and use it in GitHub Desktop.
Save sirkirby/23e2bb7e1723d8e35bb066b46ab4948f to your computer and use it in GitHub Desktop.
Basic Serilog Event Grid sink configuration
Logger = new LoggerConfiguration()
.WriteTo.EventGrid()
.CreateLogger();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment