Skip to content

Commit a79f4e1

Browse files
Add proxy_log_destination ABI
1 parent 442687b commit a79f4e1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

abi-versions/vNEXT/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,18 @@ memory pointers passed in as arguments (indicated by the `return_` prefix in the
397397

398398
Log message (`message_data`, `message_size`) at the given `log_level`.
399399

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`).
400412

401413
### `proxy_get_current_time`
402414

0 commit comments

Comments
 (0)