This commit is contained in:
gabime
2019-03-23 16:15:58 +02:00
parent 57a312cb1a
commit 478f16234d
5 changed files with 205 additions and 278 deletions

View File

@@ -2,6 +2,6 @@
int main()
{
auto l = spdlog::create_lite();
l.trace("HELLO {}!!!", "lite");
//auto l = spdlog::create_lite();
spdlog::lite::info("HELLO info {}", 123);
}