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

Add posibility to log messages with different log levels #5

Closed
qarmin opened this issue Oct 8, 2023 · 2 comments
Closed

Add posibility to log messages with different log levels #5

qarmin opened this issue Oct 8, 2023 · 2 comments
Labels

Comments

@qarmin
Copy link

qarmin commented Oct 8, 2023

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

@stevenliebregt
Copy link
Owner

I will have a look at that

@stevenliebregt stevenliebregt added the in progress This is being worked on label Oct 9, 2023
@stevenliebregt stevenliebregt added fixed and removed in progress This is being worked on labels Oct 14, 2023
@stevenliebregt
Copy link
Owner

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

No branches or pull requests

2 participants