Merge branch 'master' of https://github.com/gabime/spdlog
This commit is contained in:
commit
58308df33c
@ -67,7 +67,7 @@ int main(int, char* [])
|
|||||||
namespace spd = spdlog;
|
namespace spd = spdlog;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
// Set log level to all loggers to DEBUG and above
|
// Set log level to all loggers to debug and above
|
||||||
spd::set_level(spd::level::debug);
|
spd::set_level(spd::level::debug);
|
||||||
|
|
||||||
//Create console, multithreaded logger
|
//Create console, multithreaded logger
|
||||||
|
Loading…
Reference in New Issue
Block a user