NEW 210781
logLevelString() is declared in both LogInitialization.h and in Logging.h
https://bugs.webkit.org/show_bug.cgi?id=210781
Summary logLevelString() is declared in both LogInitialization.h and in Logging.h
David Kilzer (:ddkilzer)
Reported 2020-04-20 20:30:54 PDT
logLevelString() is declared in both LogInitialization.h and in Logging.h. Not only that, but the same issue exists in both Source/WebCore/platform and Source/WebKit/Platform. Also, the path and file name of Source/WebKit/Platform/foundation/LoggingFoundation.mm should use "cocoa" instead of "foundation". See discussion starting in Bug 210724, Comment #11 to Bug 210724, Comment #14: <https://bugs.webkit.org/show_bug.cgi?id=210724#c11>
Attachments
Darin Adler
Comment 1 2020-04-21 12:28:00 PDT
Not sure about that "Foundation" vs. "Cocoa" part. It’s OK to not make a distinction, but this logging doesn’t depend on the higher levels of Cocoa like NSView/UIView.
Note You need to log in before you can comment on or make changes to this bug.