Click or drag to resize

ElapsedTimeEnricherEnrich Method

Namespace:  LynceeTec.LogTools
Assembly:  LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 10.1.23514.0 , built 2023-11-07 12:37:02 UTC
Syntax
public void Enrich(
	LogEvent logEvent,
	ILogEventPropertyFactory propertyFactory
)

Parameters

logEvent
Type: LogEvent
propertyFactory
Type: ILogEventPropertyFactory

Implements

ILogEventEnricher.Enrich(LogEvent, ILogEventPropertyFactory)
See Also