mirror of
https://github.com/awslabs/aws-crt-php.git
synced 2026-08-18 01:57:13 +00:00
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:
+15
-1
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user