update example

This commit is contained in:
gabime
2019-03-24 01:18:05 +02:00
parent 2f907e3a92
commit 59b4dd4c46
3 changed files with 38 additions and 29 deletions

View File

@@ -2,7 +2,7 @@
int main()
{
auto l = spdlog::create_lite();
auto l = spdlog::create_lite((void*)"async");
l.set_level(spdlog::lite::level::trace);
l.trace_f("Hello %s ", "GABI");