Update README.md

This commit is contained in:
Gabi Melman 2014-12-08 11:39:50 +02:00
parent b774059ae6
commit 5cf9437ae7

View File

@ -51,7 +51,6 @@ int main(int, char* [])
namespace spd = spdlog;
try
{
std::string filename = "logs/spdlog_example";
// Set log level to all loggers to DEBUG and above
spd::set_level(spd::level::DEBUG);