Skip to content

Commit 6af6f48

Browse files
authored
v2.0.0-stable
1 parent cc46dc4 commit 6af6f48

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,15 +130,18 @@ IWebViewActions interface (Standardized & Compatibility Layers):
130130
#### 🩺Verbose Diagnostic Mode
131131

132132
A new `Verbose` property was added to allow real-time diagnostic logging to the SciTE console (or any stdout listener).
133+
The diagnostic logs use a distinctive prefix and include the instance handle for easier filtering in multi-window applications.
133134

134135
```autoit
135136
$oWebV2M.Verbose = True ; Enable diagnostic logging
136137
```
137138

138139
When enabled, the console will show entries like: 
139-
`[NetWebView2Lib][14:20:33.456] Initialize request: parent=[HANDLE:0x...], x=0, y=0, w=1024, h=768` 
140-
`[NetWebView2Lib][14:20:34.123] WebView2 Initialized successfully.` 
141-
`[NetWebView2Lib][14:20:35.789] Navigate: https://www.google.com`
140+
`+++[NetWebView2Lib][HANDLE:0x...][HH:mm:ss.fff] Message`
141+
142+
`+++[NetWebView2Lib][HANDLE:0x004F1128][14:20:33.456] Initialize request: parent=[HANDLE:0x...], x=0, y=0, w=1024, h=768` 
143+
`+++[NetWebView2Lib][HANDLE:0x004F1128][14:20:34.123] WebView2 Initialized successfully.` 
144+
`+++[NetWebView2Lib][HANDLE:0x004F1128][14:20:35.789] Navigate: https://www.google.com`
142145

143146
#### 🔄 Backward Compatibility (Legacy ProgIDs)
144147

0 commit comments

Comments
 (0)