 | ElapsedTimeEnricherEnrich Method |
Namespace:
LynceeTec.LogTools
Assembly:
LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 9.2.6612.0 , built 2022-07-14 10:49:53 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