-
We are in the process of upgrading to using version 1.10. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
That project is independent of spdlog. If you have a problem, please open an issue in that project. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to initialize via configuration file in spdlog? |
Beta Was this translation helpful? Give feedback.
-
The header configuration.h was available in the older versions of spdlog. This file is no longer available in version 1.10 |
Beta Was this translation helpful? Give feedback.
-
Can confirm. It was never part of spdlog. |
Beta Was this translation helpful? Give feedback.
The header configuration.h was available in the older versions of spdlog. This file is no longer available in version 1.10
Previously to initialise using config file, you would call method 'spdlog::configuration::create' which was available in configuration.h .
Can you please suggest how you would initialise using config file in version 1.10 ?