v0.12.4 System logging by citkane · Pull Request #1312 · webview/webview
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 1.1k
Open
citkane wants to merge 29 commits intowebview:masterfrom
Open
citkane wants to merge 29 commits intowebview:masterfrom
citkane wants to merge 29 commits intowebview:masterfrom
Conversation
Copy link
Contributor
This release introduces optional Webview error and warning log output. This should enhance the user and developer experience.
Added
- The
webview::log::consoleAPI witherror,warnandinfomethods. - The
errorandwarnmethods have been implemeted in key API locations and integrated with the existing Webview error system. - The
WEBVIEW_LOGbool compiler option (defaults to OFF). - The
WEBVIEW_LOG_ANSIbool compiler option to toggle ANSI colourised strings (defaults to ON). - Windows does not automatically capture
stdoutandstderrfor GUI apps, so Webview will automatically check if the user has already captured these and capture them if not.
Changed
- CI tests have
WEBVIEW_LOGset to ON, so test failures will now verbosely output warnings and errors. - Windows CI tests are now run as a GUI app.
Depends on PR's
citkane added 29 commits
June 12, 2025 15:00…ew_cc and complete define/implement refactoring.
citkane
mentioned this pull request
This was referenced
Jun 18, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment