IProfileEnricher Interface
Represents something that can enrich a profile.
public interface IProfileEnricher
- Namespace
- Spectre
.Console
Properties
- abstract string Name
- Gets the name of the enricher.
Methods
-
abstract bool Enabled
(IDictionary <string, string> ) - Gets whether or not this enricher is enabled.
-
abstract void Enrich
(Profile) - Enriches the profile.