 | 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
Syntaxpublic void Enrich(
LogEvent logEvent,
ILogEventPropertyFactory propertyFactory
)
public:
virtual void Enrich(
LogEvent^ logEvent,
ILogEventPropertyFactory^ propertyFactory
) sealed
Parameters
- logEvent
- Type: LogEvent
- propertyFactory
- Type: ILogEventPropertyFactory
Implements
ILogEventEnricher.Enrich(LogEvent, ILogEventPropertyFactory)
See Also