Click or drag to resize

ElapsedTimeEnricherEnrich Method

Namespace:  LynceeTec.LogTools
Assembly:  LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 9.0.26418.0 , built 2021-10-22 08:43:38 UTC
Syntax
public void Enrich(
	LogEvent logEvent,
	ILogEventPropertyFactory propertyFactory
)

Parameters

logEvent
Type: LogEvent
propertyFactory
Type: ILogEventPropertyFactory

Implements

ILogEventEnricher.Enrich(LogEvent, ILogEventPropertyFactory)
See Also