Serilog.Enrichers.ProcessNameEnricher
namespace Serilog.Enrichers
{
public class ProcessNameEnricher
{
public const string ProcessNamePropertyName = "ProcessName";
public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory);
public ProcessNameEnricher();
}
}