Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 326 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 326 Bytes

Serilog.Enrichers.ProcessPath

The process path enricher for Serilog.

Build

Usage

Log.Logger = new LoggerConfiguration()
   .WriteTo.Console()
   .Enrich.WithProcessPath()
   .CreateLogger();