The idea is to widen the spectrum of the project to include more logging services, not only spdlog. This may require some fundamental changes in terms of splitting the project apart to have some core, shared functionality and specific front ends (in this case, the logging frameworks).
First to be done is to explore the available frameworks, gather information which works how, and decide on the common parts.
The idea is to widen the spectrum of the project to include more logging services, not only
spdlog. This may require some fundamental changes in terms of splitting the project apart to have some core, shared functionality and specific front ends (in this case, the logging frameworks).First to be done is to explore the available frameworks, gather information which works how, and decide on the common parts.