We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given a std::chrono::duration value: const std::chrono::seconds value(1);
std::chrono::duration
const std::chrono::seconds value(1);
Suggest some way to auto format both pattern placeholders and attributes when provided values of such type. For example:
logger.log(4, "elapsed: {}", std::chrono::seconds(1), attribute_list{ "duration", std::chrono::seconds(100) });
@shindo you might be interested.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Given a
std::chrono::duration
value:const std::chrono::seconds value(1);
Suggest some way to auto format both pattern placeholders and attributes when provided values of such type. For example:
@shindo you might be interested.
The text was updated successfully, but these errors were encountered: