We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442687b commit a79f4e1Copy full SHA for a79f4e1
abi-versions/vNEXT/README.md
@@ -397,6 +397,18 @@ memory pointers passed in as arguments (indicated by the `return_` prefix in the
397
398
Log message (`message_data`, `message_size`) at the given `log_level`.
399
400
+### `proxy_log_destination`
401
+
402
+* params:
403
+ - `i32 (const char*) log_destination_data`
404
+ - `i32 (size_t) log_destination_size`
405
+ - `i32 (proxy_log_level_t) log_level`
406
+ - `i32 (const char*) message_data`
407
+ - `i32 (size_t) message_size`
408
+* returns:
409
+ - `i32 (proxy_result_t) call_result`
410
411
+Log message (`message_data`, `message_size`) at the given `log_level` to the log destination (`log_destination_data`, `log_destination_size`).
412
413
### `proxy_get_current_time`
414
0 commit comments