AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
LogLevel.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 {
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
34
35 } // namespace Logging
36 } // namespace Utils
37} // namespace Aws
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
AWS_CORE_API Aws::String GetLogLevelName(LogLevel logLevel)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97