mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
readability-named-parameter
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
template<class T>
|
||||
@@ -16,11 +15,6 @@ std::string log_info(const T& what, spdlog::level::level_enum logger_level = spd
|
||||
return oss.str().substr(0, oss.str().length() - strlen(spdlog::details::os::default_eol));
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
TEST_CASE("basic_logging ", "[basic_logging]")
|
||||
{
|
||||
//const char
|
||||
|
Reference in New Issue
Block a user