mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-29 01:29:35 +08:00
wip lite
This commit is contained in:
@@ -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);
|
||||
}
|
Reference in New Issue
Block a user