Amazon.Runtime.Internal.Util.InternalSystemDiagnosticsLogger.Debug C# (CSharp) Метод

Debug() публичный Метод

public Debug ( Exception exception, string messageFormat ) : void
exception System.Exception
messageFormat string
Результат void
        public override void Debug(Exception exception, string messageFormat, params object[] args)
        {
            trace.TraceData(TraceEventType.Verbose, eventId++, new LogMessage(CultureInfo.InvariantCulture, messageFormat, args), exception);
        }