mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
lite wip
This commit is contained in:
7
lite-example/example.cpp
Normal file
7
lite-example/example.cpp
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "logger.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
auto l = spdlog::create_lite();
|
||||
l.trace("HELLO {}!!!", "lite");
|
||||
}
|
Reference in New Issue
Block a user