mirror of
https://github.com/gabime/spdlog.git
synced 2024-12-26 10:31:34 +08:00
Update README.md
This commit is contained in:
parent
b774059ae6
commit
5cf9437ae7
@ -51,7 +51,6 @@ int main(int, char* [])
|
|||||||
namespace spd = spdlog;
|
namespace spd = spdlog;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
std::string filename = "logs/spdlog_example";
|
|
||||||
// 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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user