Serilog.Enrichers.ProcessPath The process path enricher for Serilog. Usage Log.Logger = new LoggerConfiguration() .WriteTo.Console() .Enrich.WithProcessPath() .CreateLogger();