This commit is contained in:
gabime
2019-12-21 15:54:42 +02:00
parent 68ed281461
commit fc3d18ed64
6 changed files with 32 additions and 39 deletions

View File

@@ -25,7 +25,7 @@ void syslog_example();
int main(int args, char *argv[])
{
//spdlog::cfg::init_from_env();
// spdlog::cfg::init_from_env();
spdlog::cfg::init_from_argv(args, argv);
spdlog::info("HELLO INFO");