Commit 58308df3 authored by gabime's avatar gabime

Merge branch 'master' of https://github.com/gabime/spdlog

parents 679ad512 f0bd551b
...@@ -67,7 +67,7 @@ int main(int, char* []) ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment