mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
format
This commit is contained in:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user