Skip to content

Instantly share code, notes, and snippets.

@dimitrispaxinos
Last active October 31, 2015 18:16
Show Gist options
  • Save dimitrispaxinos/ba50c81dae503f17b905 to your computer and use it in GitHub Desktop.
Save dimitrispaxinos/ba50c81dae503f17b905 to your computer and use it in GitHub Desktop.
Serilog: Attach an Exception to your Log Event
Log.Logger.Error(new InvalidOperationException("Something went wrong"),
"This exception occured in the {ApplicationComponent}", "UI");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment