Amazon.Runtime.Internal.Util.InternalSystemDiagnosticsLogger.Error C# (CSharp) 메소드

Error() 공개 메소드

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