mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 09:59:33 +08:00
Fixed examples
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
int main()
|
||||
{
|
||||
using namespace spdlog;
|
||||
auto l = spdlog::create_lite();
|
||||
l.set_level(spdlog::lite::level::trace);
|
||||
|
||||
|
Reference in New Issue
Block a user