You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
The papas repository includes the source code for spdlog. It makes much more sense to try to find an spdlog installation via find_package, and fall back to the local code (or use std::iostream) if not found (since the point of using the library is mostly to use papas logging in an external framework). For this the logging should be wrapped in some implementation independent macros.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The papas repository includes the source code for spdlog. It makes much more sense to try to find an spdlog installation via find_package, and fall back to the local code (or use std::iostream) if not found (since the point of using the library is mostly to use papas logging in an external framework). For this the logging should be wrapped in some implementation independent macros.
The text was updated successfully, but these errors were encountered: