Added logging support from aws-crt-ffi (#42)

* Added logging support from aws-crt-ffi

* Updated to aws-crt-ffi v0.2.1
This commit is contained in:
Justin Boswell
2021-08-03 09:25:52 -07:00
committed by GitHub
parent 92724b8d51
commit 8d76d4fac3
8 changed files with 358 additions and 175 deletions
+15 -1
View File
@@ -13,6 +13,20 @@ function aws_crt_error_str(int $error_code): string {}
function aws_crt_error_debug_str(int $error_code): string {}
function aws_crt_log_to_stdout(): void {}
function aws_crt_log_to_stderr(): void {}
function aws_crt_log_to_file(string $filename): void {}
function aws_crt_log_to_stream(object $stream): void {}
function aws_crt_log_stop(): void {}
function aws_crt_log_set_level(int $level): void {}
function aws_crt_log_message(string $message): void {}
function aws_crt_event_loop_group_options_new(): int {}
function aws_crt_event_loop_group_options_release(int $elg_options): void {}
@@ -123,4 +137,4 @@ function aws_crt_sign_request_aws(int $signable, int $signing_config, object $on
function aws_crt_crc32(string $input, int $prev): int {}
function aws_crt_crc32c(string $input, int $prev): int {}
function aws_crt_crc32c(string $input, int $prev): int {}