spdlog
Loading...
Searching...
No Matches
Functions
test_stdout_api.cpp File Reference

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]")
 

Function Documentation

◆ TEST_CASE() [1/8]

TEST_CASE ( "stderr_color_mt"  ,
""  [stderr] 
)

Definition at line 71 of file test_stdout_api.cpp.

◆ TEST_CASE() [2/8]

TEST_CASE ( "stderr_color_st"  ,
""  [stderr] 
)

Definition at line 62 of file test_stdout_api.cpp.

◆ TEST_CASE() [3/8]

TEST_CASE ( "stderr_mt"  ,
""  [stderr] 
)

Definition at line 33 of file test_stdout_api.cpp.

◆ TEST_CASE() [4/8]

TEST_CASE ( "stderr_st"  ,
""  [stderr] 
)

Definition at line 25 of file test_stdout_api.cpp.

◆ TEST_CASE() [5/8]

TEST_CASE ( "stdout_color_mt"  ,
""  [stdout] 
)

Definition at line 53 of file test_stdout_api.cpp.

◆ TEST_CASE() [6/8]

TEST_CASE ( "stdout_color_st"  ,
""  [stdout] 
)

Definition at line 45 of file test_stdout_api.cpp.

◆ TEST_CASE() [7/8]

TEST_CASE ( "stdout_mt"  ,
""  [stdout] 
)

Definition at line 16 of file test_stdout_api.cpp.

◆ TEST_CASE() [8/8]

TEST_CASE ( "stdout_st"  ,
""  [stdout] 
)

Definition at line 7 of file test_stdout_api.cpp.