Skip to content

Instantly share code, notes, and snippets.

@dimitrispaxinos
Last active October 31, 2015 11:13
Show Gist options
  • Save dimitrispaxinos/f34abc870cf39a27e5de to your computer and use it in GitHub Desktop.
Save dimitrispaxinos/f34abc870cf39a27e5de to your computer and use it in GitHub Desktop.
Serilog Logger Initialization
// Create an Logger
Log.Logger = new LoggerConfiguration()
.WriteTo.Seq("http://localhost:5341")
.CreateLogger();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment