Skip to content

Instantly share code, notes, and snippets.

@dimitrispaxinos
Created November 9, 2015 21:09
Show Gist options
  • Save dimitrispaxinos/a8f0133f6b9b185fa744 to your computer and use it in GitHub Desktop.
Save dimitrispaxinos/a8f0133f6b9b185fa744 to your computer and use it in GitHub Desktop.
Serilog: Use Enrichers
using (LogContext.PushProperties(new UserLogEventEnricher(User)))
{
Log.Logger.Information("Properties were added to the context using the enricher");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment