Skip to content

Commit

Permalink
Add proxy_log_destination ABI
Browse files Browse the repository at this point in the history
Signed-off-by: Vikas Choudhary <[email protected]>
  • Loading branch information
vikaschoudhary16 committed Mar 13, 2023
1 parent 442687b commit 40b8afa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions abi-versions/vNEXT/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,18 @@ memory pointers passed in as arguments (indicated by the `return_` prefix in the

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

### `proxy_log_destination`

* params:
- `i32 (const char*) log_destination_data`
- `i32 (size_t) log_destination_size`
- `i32 (proxy_log_level_t) log_level`
- `i32 (const char*) message_data`
- `i32 (size_t) message_size`
* returns:
- `i32 (proxy_result_t) call_result`

Log message (`message_data`, `message_size`) at the given `log_level` to the log destination (`log_destination_data`, `log_destination_size`).

### `proxy_get_current_time`

Expand Down

0 comments on commit 40b8afa

Please sign in to comment.