Click or drag to resize

ElapsedTimeEnricherEnrich Method

Namespace:  LynceeTec.LogTools
Assembly:  LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 10.0.10611.0 , built 2022-11-07 13:07:09 UTC
Syntax
public void Enrich(
	LogEvent logEvent,
	ILogEventPropertyFactory propertyFactory
)

Parameters

logEvent
Type: LogEvent
propertyFactory
Type: ILogEventPropertyFactory

Implements

ILogEventEnricher.Enrich(LogEvent, ILogEventPropertyFactory)
See Also