| spdlog
    | 
Go to the source code of this file.
#include "includes.h"#include "spdlog/sinks/stdout_sinks.h"#include "spdlog/sinks/stdout_color_sinks.h"| Functions | |
| TEST_CASE ("stdout_st", "[stdout]") | |
| TEST_CASE ("stdout_mt", "[stdout]") | |
| TEST_CASE ("stderr_st", "[stderr]") | |
| TEST_CASE ("stderr_mt", "[stderr]") | |
| TEST_CASE ("stdout_color_st", "[stdout]") | |
| TEST_CASE ("stdout_color_mt", "[stdout]") | |
| TEST_CASE ("stderr_color_st", "[stderr]") | |
| TEST_CASE ("stderr_color_mt", "[stderr]") | |
| TEST_CASE | ( | "stderr_color_mt" | , | 
| "" | [stderr] | ||
| ) | 
Definition at line 71 of file test_stdout_api.cpp.
| TEST_CASE | ( | "stderr_color_st" | , | 
| "" | [stderr] | ||
| ) | 
Definition at line 62 of file test_stdout_api.cpp.
| TEST_CASE | ( | "stderr_mt" | , | 
| "" | [stderr] | ||
| ) | 
Definition at line 33 of file test_stdout_api.cpp.
| TEST_CASE | ( | "stderr_st" | , | 
| "" | [stderr] | ||
| ) | 
Definition at line 25 of file test_stdout_api.cpp.
| TEST_CASE | ( | "stdout_color_mt" | , | 
| "" | [stdout] | ||
| ) | 
Definition at line 53 of file test_stdout_api.cpp.
| TEST_CASE | ( | "stdout_color_st" | , | 
| "" | [stdout] | ||
| ) | 
Definition at line 45 of file test_stdout_api.cpp.
| TEST_CASE | ( | "stdout_mt" | , | 
| "" | [stdout] | ||
| ) | 
Definition at line 16 of file test_stdout_api.cpp.
| TEST_CASE | ( | "stdout_st" | , | 
| "" | [stdout] | ||
| ) | 
Definition at line 7 of file test_stdout_api.cpp.