Amazon.Runtime.Internal.Util.RequestMetrics.LogError_Locked C# (CSharp) Method

LogError_Locked() private method

private LogError_Locked ( Metric metric, string messageFormat ) : void
metric Metric
messageFormat string
return void
        private void LogError_Locked(Metric metric, string messageFormat, params object[] args)
        {
            errors.Add(new MetricError(metric, messageFormat, args));
        }
        private static void Log(StringBuilder builder, Metric metric, object metricValue)