Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider replacing logger with spdlog #65

Open
jdumas opened this issue Mar 1, 2023 · 0 comments
Open

Consider replacing logger with spdlog #65

jdumas opened this issue Mar 1, 2023 · 0 comments
Milestone

Comments

@jdumas
Copy link
Contributor

jdumas commented Mar 1, 2023

spdlog is an awesome logging library offering tons of feature. It is super lightweight as well, thread-safe, etc. We use it in Lagrange, where it is exposed as a single logger object, which under the hood uses a global static logger.

Using spdlog would simplify integration of geogram in third-party codebase. It has a very well-designed API and offers lots of ways to control logger sinks and redirect logging messages where we need them.

@BrunoLevy BrunoLevy added this to the Contexts milestone Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants