Пример #1
0
        /// <inheritdoc />
        public void ShutdownContext(string context)
        {
            Logger.Debug("Shutting down metrics context");

            _registry.RemoveContext(context);

            Logger.Debug("Metrics Context shutdown");
        }
        /// <inheritdoc />
        public void ShutdownContext(string context)
        {
            _logger.LogTrace("Shutting down metrics context");

            _registry.RemoveContext(context);

            _logger.LogTrace("Metrics Context shutdown");
        }
 public void ShutdownContext(string context)
 {
     _registry.RemoveContext(context);
 }