Skip to content

Instantly share code, notes, and snippets.

@dimitrispaxinos
Last active October 31, 2015 11:11
Show Gist options
  • Save dimitrispaxinos/b3571ae6f3f6b48156c9 to your computer and use it in GitHub Desktop.
Save dimitrispaxinos/b3571ae6f3f6b48156c9 to your computer and use it in GitHub Desktop.
Publish a log event with Serilog
// Publish a log event of any of the available six levels
Log.Logger.Verbose("Verbose");
Log.Logger.Debug("Debug");
Log.Logger.Information("Information");
Log.Logger.Warning("Warning");
Log.Logger.Error("Error");
Log.Logger.Fatal("Fatal");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment