We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3806a9c commit 83497e4Copy full SHA for 83497e4
tests/test_stdout_api.cpp
@@ -91,7 +91,7 @@ TEST_CASE("wchar_api", "[stdout]")
91
l->trace(L"Test wchar_api {}", 1);
92
l->trace(L"Test wchar_api {}", std::wstring{L"wstring param"});
93
l->trace(std::wstring{L"Test wchar_api wstring"});
94
-
+ SPDLOG_LOGGER_DEBUG(l, L"Test SPDLOG_LOGGER_DEBUG {}", L"param");
95
spdlog::drop_all();
96
}
97
0 commit comments