#include "spdlog/tweakme.h"
#include <atomic>
#include <chrono>
#include <functional>
#include <initializer_list>
#include <memory>
#include <stdexcept>
#include <string>
#include <cstring>
#include <type_traits>
#include <unordered_map>
#include "spdlog/details/null_mutex.h"
#include "spdlog/fmt/fmt.h"
Go to the source code of this file.
|
| static string_view_t | spdlog::level::level_string_views [] { "trace", "debug", "info", "warning", "error", "critical", "off" } |
| |
| static const char * | spdlog::level::short_level_names [] {"T", "D", "I", "W", "E", "C", "O"} |
| |
◆ SPDLOG_ACTIVE_LEVEL
◆ SPDLOG_CONSTEXPR
| #define SPDLOG_CONSTEXPR constexpr |
◆ SPDLOG_DEPRECATED
| #define SPDLOG_DEPRECATED |
◆ SPDLOG_FILE_BASENAME
| #define SPDLOG_FILE_BASENAME |
( |
|
file | ) |
SPDLOG_STRRCHR("/" file, '/') + 1 |
◆ SPDLOG_FUNCTION
| #define SPDLOG_FUNCTION __FUNCTION__ |
◆ SPDLOG_LEVEL_CRITICAL
| #define SPDLOG_LEVEL_CRITICAL 5 |
◆ SPDLOG_LEVEL_DEBUG
| #define SPDLOG_LEVEL_DEBUG 1 |
◆ SPDLOG_LEVEL_ERROR
| #define SPDLOG_LEVEL_ERROR 4 |
◆ SPDLOG_LEVEL_INFO
| #define SPDLOG_LEVEL_INFO 2 |
◆ SPDLOG_LEVEL_NAMES
| #define SPDLOG_LEVEL_NAMES |
Value:{ \
"trace", "debug", "info", "warning", "error", "critical", "off" \
}
Definition at line 123 of file common.h.
◆ SPDLOG_LEVEL_OFF
| #define SPDLOG_LEVEL_OFF 6 |
◆ SPDLOG_LEVEL_TRACE
| #define SPDLOG_LEVEL_TRACE 0 |
◆ SPDLOG_LEVEL_WARN
| #define SPDLOG_LEVEL_WARN 3 |
◆ SPDLOG_NOEXCEPT
| #define SPDLOG_NOEXCEPT noexcept |
◆ SPDLOG_SHORT_LEVEL_NAMES
| #define SPDLOG_SHORT_LEVEL_NAMES {"T", "D", "I", "W", "E", "C", "O"} |
◆ SPDLOG_STRRCHR
| #define SPDLOG_STRRCHR |
( |
|
str, |
|
|
|
sep |
|
) |
| strrchr(str, sep) |