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
logEvent
LogEventThe log event to enrich.
propertyFactory
ILogEventPropertyFactoryFactory for creating new properties to add to the event.