Amazon.Runtime.Internal.Util.InternalSystemDiagnosticsLogger.Error C# (CSharp) Method

Error() public method

public Error ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
return void
        public override void Error(Exception exception, string messageFormat, params object[] args)
        {
            trace.TraceData(TraceEventType.Error, eventId++, new LogMessage(CultureInfo.InvariantCulture, messageFormat, args), exception);
        }