AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
CRTLogging.h
Go to the documentation of this file.
1
6#pragma once
7
9#include <memory>
10
11namespace Aws
12{
13 namespace Utils
14 {
15 namespace Logging
16 {
17 class CRTLogSystemInterface;
18
22 AWS_CORE_API void InitializeCRTLogging(const std::shared_ptr<CRTLogSystemInterface>& crtLogSystem);
23
28
29 } // namespace Logging
30 } // namespace Utils
31} // namespace Aws
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
AWS_CORE_API void ShutdownCRTLogging()
AWS_CORE_API void InitializeCRTLogging(const std::shared_ptr< CRTLogSystemInterface > &crtLogSystem)