AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
ConsoleLogSystem.h
Go to the documentation of this file.
1
6#pragma once
7
9
11
12namespace Aws
13{
14 namespace Utils
15 {
16 namespace Logging
17 {
22 {
23 public:
24
26
28 Base(logLevel)
29 {}
30
31 virtual ~ConsoleLogSystem() {}
32
36 void Flush() override;
37
38 protected:
39
40 virtual void ProcessFormattedStatement(Aws::String&& statement) override;
41 };
42
43 } // namespace Logging
44 } // namespace Utils
45} // namespace Aws
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
virtual void ProcessFormattedStatement(Aws::String &&statement) override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97