AWS SDK for C++
AWS SDK for C++ Version 1.11.440
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
src
aws-cpp-sdk-core
include
aws
core
utils
logging
LogLevel.h
1
6
#pragma once
7
8
#include <aws/core/Core_EXPORTS.h>
9
10
#include <aws/core/utils/memory/stl/AWSString.h>
11
12
namespace
Aws
13
{
14
namespace
Utils
15
{
16
namespace
Logging
17
{
18
22
enum class
LogLevel
:
int
23
{
24
Off
= 0,
25
Fatal
= 1,
26
Error
= 2,
27
Warn
= 3,
28
Info
= 4,
29
Debug
= 5,
30
Trace
= 6
31
};
32
33
AWS_CORE_API
Aws::String
GetLogLevelName
(
LogLevel
logLevel);
34
35
}
// namespace Logging
36
}
// namespace Utils
37
}
// namespace Aws
Aws::Utils::Logging::LogLevel
LogLevel
Definition
LogLevel.h:23
Aws::Utils::Logging::LogLevel::Info
@ Info
Aws::Utils::Logging::LogLevel::Warn
@ Warn
Aws::Utils::Logging::LogLevel::Fatal
@ Fatal
Aws::Utils::Logging::LogLevel::Error
@ Error
Aws::Utils::Logging::LogLevel::Debug
@ Debug
Aws::Utils::Logging::LogLevel::Off
@ Off
Aws::Utils::Logging::LogLevel::Trace
@ Trace
Aws::Utils::Logging::GetLogLevelName
AWS_CORE_API Aws::String GetLogLevelName(LogLevel logLevel)
Aws
Definition
AmazonSerializableWebServiceRequest.h:16
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition
AWSString.h:97
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences