-
-
Notifications
You must be signed in to change notification settings - Fork 11
libcURL.EasyHandle.DebugMessage
Andrew Lambert edited this page Nov 26, 2022
·
18 revisions
libcURL.EasyHandle.DebugMessage
Event Sub DebugMessage(MessageType As curl_infotype, Data As String)| Name | Type | Comment |
|---|---|---|
| MessageType | curl_infotype |
A member of the curl_infotype enum. |
| Data | String | The debug message. |
This event handles the CURLOPT_DEBUGFUNCTION callback.
This event means that the libcURL debug message contained in Data, being of type MessageType, has been emitted. This event is only raised if you set Verbose= True, which is False by default unless running in the debugger.
Wiki home | Project page | Bugs | Become a sponsor
Text and code examples are Copyright ©2014-24 Andrew Lambert, offered under the CC BY-SA 3.0 License.