Amazon.Runtime.Internal.Util.InternalSystemDiagnosticsLogger.DebugFormat C# (CSharp) Méthode

DebugFormat() public méthode

public DebugFormat ( string messageFormat ) : void
messageFormat string
Résultat void
        public override void DebugFormat(string messageFormat, params object[] args)
        {
            trace.TraceData(TraceEventType.Verbose, eventId++, new LogMessage(CultureInfo.InvariantCulture, messageFormat, args));
        }