Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Make it possible to use external logger and wrap logger calls #42

Open
vvolkl opened this issue Jan 22, 2019 · 0 comments
Open

Make it possible to use external logger and wrap logger calls #42

vvolkl opened this issue Jan 22, 2019 · 0 comments

Comments

@vvolkl
Copy link
Member

vvolkl commented Jan 22, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant