#include <Api.h>
◆ ApiHandle() [1/4]
Aws::Crt::ApiHandle::ApiHandle |
( |
Allocator * |
allocator | ) |
|
|
noexcept |
◆ ApiHandle() [2/4]
Aws::Crt::ApiHandle::ApiHandle |
( |
| ) |
|
|
noexcept |
◆ ~ApiHandle()
Aws::Crt::ApiHandle::~ApiHandle |
( |
| ) |
|
◆ ApiHandle() [3/4]
Aws::Crt::ApiHandle::ApiHandle |
( |
const ApiHandle & |
| ) |
|
|
delete |
◆ ApiHandle() [4/4]
Aws::Crt::ApiHandle::ApiHandle |
( |
ApiHandle && |
| ) |
|
|
delete |
◆ InitializeLogging() [1/2]
void Aws::Crt::ApiHandle::InitializeLogging |
( |
LogLevel |
level, |
|
|
const char * |
filename |
|
) |
| |
Initialize logging in awscrt.
- Parameters
-
level | Display messages of this importance and higher. LogLevel.NoLogs will disable logging. |
filename | Logging destination, a file path from the disk. |
◆ InitializeLogging() [2/2]
void Aws::Crt::ApiHandle::InitializeLogging |
( |
LogLevel |
level, |
|
|
FILE * |
fp |
|
) |
| |
Initialize logging in awscrt.
- Parameters
-
level | Display messages of this importance and higher. LogLevel.NoLogs will disable logging. |
fp | The FILE object for logging destination. |
◆ operator=() [1/2]
◆ operator=() [2/2]
The documentation for this class was generated from the following files:
- /home/ANT.AMAZON.COM/dengket/doc/aws-crt-cpp/include/aws/crt/Api.h
- /home/ANT.AMAZON.COM/dengket/doc/aws-crt-cpp/source/Api.cpp