AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
ConsoleLogSystem.h
1
6#pragma once
7
8#include <aws/core/Core_EXPORTS.h>
9
10#include <aws/core/utils/logging/FormattedLogSystem.h>
11
12namespace Aws
13{
14 namespace Utils
15 {
16 namespace Logging
17 {
21 class AWS_CORE_API ConsoleLogSystem : public FormattedLogSystem
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
virtual void ProcessFormattedStatement(Aws::String &&statement) override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition AWSString.h:97