<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r200346): WTFLogVerbose is passing arguments to WTFLog incorrectly"
   href="https://bugs.webkit.org/show_bug.cgi?id=165075#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION(r200346): WTFLogVerbose is passing arguments to WTFLog incorrectly"
   href="https://bugs.webkit.org/show_bug.cgi?id=165075">bug 165075</a>
              from <span class="vcard"><a class="email" href="mailto:krollin&#64;apple.com" title="Keith Rollin &lt;krollin&#64;apple.com&gt;"> <span class="fn">Keith Rollin</span></a>
</span></b>
        <pre>WTFLogVerbose is referenced in only one place:


$ rg -w WTFLogVerbose
WTF/wtf/Assertions.cpp
495:void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel* channel, const char* format, ...)

WTF/wtf/Assertions.h
175:WTF_EXPORT_PRIVATE void WTFLogVerbose(const char* file, int line, const char* function, WTFLogChannel*, const char* format, ...) WTF_ATTRIBUTE_PRINTF(5, 6);
407:#define LOG_VERBOSE(channel, ...) WTFLogVerbose(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, &amp;LOG_CHANNEL(channel), __VA_ARGS__)

WebCore/platform/NotImplemented.h
48:            WTFLogVerbose(__FILE__, __LINE__, WTF_PRETTY_FUNCTION, WebCore::notImplementedLoggingChannel(), &quot;UNIMPLEMENTED: &quot;); \


However, this &quot;one place&quot; is the definition of the notImplemented macro, which is used in about 763 places.

As indicated by the title, this issue is related to <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - Add the ability to accumulate logs for specific logging channels to help diagnose test timeouts"
   href="show_bug.cgi?id=157274">Bug 157274</a>.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>