2
0
mirror of https://github.com/gabime/spdlog.git synced 2026-01-26 19:22:14 +00:00
This commit is contained in:
gabime
2019-12-21 19:52:37 +02:00
parent 1f8e9ad0fc
commit a87700a28c
5 changed files with 15 additions and 15 deletions

View File

@@ -25,7 +25,7 @@ void syslog_example();
int main(int args, const char *argv[])
{
spdlog::loaders::load_env();
spdlog::loaders::load_argv(args, argv);
spdlog::info("HELLO INFO");