[Webkit-unassigned] [Bug 224959] New: Add `ALWAYS_LOG_WITH_STREAM` macro for easier development/debugging

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 22 17:00:29 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=224959

            Bug ID: 224959
           Summary: Add `ALWAYS_LOG_WITH_STREAM` macro for easier
                    development/debugging
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: drousso at apple.com

It's often very helpful to use existing `operator<<` defined on objects, but annoying to have to copypaste the boilerplate code that creates a `WTF::TextStream` and uses it in a `WTFLogAlways` or wait for a debug build to enable existing `LOG_WITH_STREAM`.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210423/1cc9042c/attachment.htm>


More information about the webkit-unassigned mailing list