AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
UpdateAgentLogLevel.h
1
6#pragma once
7#include <aws/greengrass/Greengrass_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9
10namespace Aws
11{
12namespace Greengrass
13{
14namespace Model
15{
17 {
18 NOT_SET,
19 NONE,
20 TRACE,
21 DEBUG_,
22 VERBOSE,
23 INFO,
24 WARN,
25 ERROR_,
26 FATAL
27 };
28
29namespace UpdateAgentLogLevelMapper
30{
32
34} // namespace UpdateAgentLogLevelMapper
35} // namespace Model
36} // namespace Greengrass
37} // namespace Aws
AWS_GREENGRASS_API UpdateAgentLogLevel GetUpdateAgentLogLevelForName(const Aws::String &name)
AWS_GREENGRASS_API Aws::String GetNameForUpdateAgentLogLevel(UpdateAgentLogLevel value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String