| spdlog
    | 
Go to the source code of this file.
| Functions | |
| template<class T > | |
| std::string | log_info (const T &what, spdlog::level::level_enum logger_level=spdlog::level::info) | 
| TEST_CASE ("basic_logging ", "[basic_logging]") | |
| TEST_CASE ("log_levels", "[log_levels]") | |
| TEST_CASE ("level_to_string_view", "[convert_to_string_view") | |
| TEST_CASE ("to_short_c_str", "[convert_to_short_c_str]") | |
| TEST_CASE ("to_level_enum", "[convert_to_level_enum]") | |
| TEST_CASE ("periodic flush", "[periodic_flush]") | |
| TEST_CASE ("clone-logger", "[clone]") | |
| TEST_CASE ("clone async", "[clone]") | |
| TEST_CASE ("to_hex", "[to_hex]") | |
| TEST_CASE ("to_hex_upper", "[to_hex]") | |
| TEST_CASE ("to_hex_no_delimiter", "[to_hex]") | |
| TEST_CASE ("to_hex_show_ascii", "[to_hex]") | |
| TEST_CASE ("to_hex_different_size_per_line", "[to_hex]") | |
| TEST_CASE ("to_hex_no_ascii", "[to_hex]") | |
| TEST_CASE ("default logger API", "[default logger]") | |
| std::string log_info | ( | const T & | what, | 
| spdlog::level::level_enum | logger_level = spdlog::level::info | ||
| ) | 
Definition at line 6 of file test_misc.cpp.
| TEST_CASE | ( | "basic_logging " | , | 
| "" | [basic_logging] | ||
| ) | 
Definition at line 20 of file test_misc.cpp.
| TEST_CASE | ( | "clone async" | , | 
| "" | [clone] | ||
| ) | 
Definition at line 117 of file test_misc.cpp.
| TEST_CASE | ( | "clone-logger" | , | 
| "" | [clone] | ||
| ) | 
Definition at line 95 of file test_misc.cpp.
| TEST_CASE | ( | "default logger API" | , | 
| "" | [default logger] | ||
| ) | 
Definition at line 233 of file test_misc.cpp.
| TEST_CASE | ( | "level_to_string_view" | ) | 
Definition at line 47 of file test_misc.cpp.
| TEST_CASE | ( | "log_levels" | , | 
| "" | [log_levels] | ||
| ) | 
Definition at line 38 of file test_misc.cpp.
| TEST_CASE | ( | "periodic flush" | , | 
| "" | [periodic_flush] | ||
| ) | 
Definition at line 82 of file test_misc.cpp.
| TEST_CASE | ( | "to_hex" | , | 
| "" | [to_hex] | ||
| ) | 
Definition at line 143 of file test_misc.cpp.
| TEST_CASE | ( | "to_hex_different_size_per_line" | , | 
| "" | [to_hex] | ||
| ) | 
Definition at line 194 of file test_misc.cpp.
| TEST_CASE | ( | "to_hex_no_ascii" | , | 
| "" | [to_hex] | ||
| ) | 
Definition at line 217 of file test_misc.cpp.
| TEST_CASE | ( | "to_hex_no_delimiter" | , | 
| "" | [to_hex] | ||
| ) | 
Definition at line 169 of file test_misc.cpp.
| TEST_CASE | ( | "to_hex_show_ascii" | , | 
| "" | [to_hex] | ||
| ) | 
Definition at line 182 of file test_misc.cpp.
| TEST_CASE | ( | "to_hex_upper" | , | 
| "" | [to_hex] | ||
| ) | 
Definition at line 156 of file test_misc.cpp.
| TEST_CASE | ( | "to_level_enum" | , | 
| "" | [convert_to_level_enum] | ||
| ) | 
Definition at line 69 of file test_misc.cpp.
| TEST_CASE | ( | "to_short_c_str" | , | 
| "" | [convert_to_short_c_str] | ||
| ) | 
Definition at line 58 of file test_misc.cpp.