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
For now only this two are allowed
#[fun_time(message = "ABC", reporting = "log")] # Prints with info! #[fun_time(message = "ABC", reporting = "println")] # Prints with println!
but I want to print such messages with debug! macro instead
The text was updated successfully, but these errors were encountered:
I will have a look at that
Sorry, something went wrong.
Fixed in 0.3.2 https://github.com/stevenliebregt/fun_time/releases/tag/0.3.2
0.3.2
No branches or pull requests
For now only this two are allowed
but I want to print such messages with debug! macro instead
The text was updated successfully, but these errors were encountered: