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

DebugFormat() public method

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