Class SourceContextEnricher
- Namespace
- CounterStrikeSharp.API.Core.Logging
- Assembly
- CounterStrikeSharp.API.dll
public class SourceContextEnricher : ILogEventEnricher
- Inheritance
-
objectSourceContextEnricher
- Implements
-
ILogEventEnricher
Methods
Enrich(LogEvent, ILogEventPropertyFactory)
Enrich the log event.
public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory)
Parameters
logEventLogEventThe log event to enrich.
propertyFactoryILogEventPropertyFactoryFactory for creating new properties to add to the event.