AWS SDK for C++
AWS SDK for C++
|
#include <Aws.h>
Public Member Functions | |
LoggingOptions () | |
Public Attributes | |
Aws::Utils::Logging::LogLevel | logLevel |
const char * | defaultLogPrefix |
std::function< std::shared_ptr< Aws::Utils::Logging::LogSystemInterface >()> | logger_create_fn |
std::function< std::shared_ptr< Aws::Utils::Logging::CRTLogSystemInterface >()> | crt_logger_create_fn |
std::function<std::shared_ptr<Aws::Utils::Logging::CRTLogSystemInterface>()> Aws::LoggingOptions::crt_logger_create_fn |
const char* Aws::LoggingOptions::defaultLogPrefix |
std::function<std::shared_ptr<Aws::Utils::Logging::LogSystemInterface>()> Aws::LoggingOptions::logger_create_fn |
Aws::Utils::Logging::LogLevel Aws::LoggingOptions::logLevel |