AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
aws-cpp-sdk-core
include
aws
core
utils
logging
LogLevel.h
Go to the documentation of this file.
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
AWSString.h
Core_EXPORTS.h
AWS_CORE_API
#define AWS_CORE_API
Definition:
Core_EXPORTS.h:26
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.7
Privacy |
Site terms |
Cookie preferences