Exemplo n.º 1
0
        public void Enrich(IDictionary <string, string> properties)
        {
            var context = contextGenerator.ReadContextProperties();

            foreach (var contextProperty in context)
            {
                properties.Add(contextProperty.Key, contextProperty.Value);
            }
        }