Closed qarmin closed 1 year ago
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
I will have a look at that
Fixed in 0.3.2 https://github.com/stevenliebregt/fun_time/releases/tag/0.3.2
0.3.2
For now only this two are allowed
but I want to print such messages with debug! macro instead