AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <CRTLogSystem.h>
Interface for CRT (common runtime libraries) logging implementations. A wrapper on the top of aws_logger, the logging interface used by common runtime libraries.
Definition at line 26 of file CRTLogSystem.h.
Wrapper on top of CRT's aws_logger::clean_up method.
Definition at line 49 of file CRTLogSystem.h.
Gets the currently configured log level.
Implemented in Aws::Utils::Logging::DefaultCRTLogSystem.
Handle the logging information from common runtime libraries. Redirect them to C++ SDK logging system by default.
Implemented in Aws::Utils::Logging::DefaultCRTLogSystem.
Set a new log level. This has the immediate effect of changing the log output to the new level.
Implemented in Aws::Utils::Logging::DefaultCRTLogSystem.