Class ClassNameEnricher
- Namespace
- NLightning.Node.Helpers
- Assembly
- NLightning.Node.dll
public class ClassNameEnricher : ILogEventEnricher
- Inheritance
-
ClassNameEnricher
- Implements
-
ILogEventEnricher
- Inherited Members
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.