Table of Contents

Class SourceContextEnricher

Namespace
CounterStrikeSharp.API.Core.Logging
Assembly
CounterStrikeSharp.API.dll
public class SourceContextEnricher : ILogEventEnricher
Inheritance
SourceContextEnricher
Implements
ILogEventEnricher

Methods

Enrich(LogEvent, ILogEventPropertyFactory)

Enrich the log event.

public void Enrich(LogEvent logEvent, ILogEventPropertyFactory propertyFactory)

Parameters

logEvent LogEvent

The log event to enrich.

propertyFactory ILogEventPropertyFactory

Factory for creating new properties to add to the event.