Replies: 3 comments
-
tracing doesn't support this and I'm not sure if there is a clean way to do this in rust. Maybe you could cook something up with the Edit: If you haven't seen already you can also print the file name and the line number. |
Beta Was this translation helpful? Give feedback.
-
If you annotate the function with |
Beta Was this translation helpful? Give feedback.
-
Here is how we did it in our program
Simply place |
Beta Was this translation helpful? Give feedback.
-
When using info! from tracing , I want to print the function name. Is that possible? Currently the "target" only prints the crate name?
Beta Was this translation helpful? Give feedback.
All reactions