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

Extend non-spdlog print functions to use fmt::format / fmt::print #159

Merged
merged 4 commits into from
Feb 21, 2021

Conversation

axsaucedo
Copy link
Member

Fixes #158

Adds format of parameters passed in log calls, and renames log functions from "SPDLOG_DEBUG" to "KP_LOG_DEBUG" (same for WARN, INFO and ERROR).

This PR also extracts the dependency of FMT from inside spdlog and makes it a required dependency for Kompute.

@axsaucedo axsaucedo added enhancement New feature or request python c++ labels Feb 21, 2021
@axsaucedo axsaucedo merged commit 149e18a into master Feb 21, 2021
axsaucedo added a commit that referenced this pull request Feb 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c++ enhancement New feature or request python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Extend non-spdlog print functions to use std::format
1 participant