You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
21:19:14.762 [INFO] czkawka_core::bad_extensions: Heavy calculations on: Some(Receiver { .. })
21:19:14.803 [INFO] czkawka_core::bad_extensions: Heavy calculations on: Some(Receiver { .. }): Done in 40.66ms
but would be great to see also function name without needing to manually put there function name
Since the logging message is solely powered by the built-in format! macro and no manual parsing is done, it could be as easy as exposing a fn_name string in case the message string looks like this for example: message = "Heavy calculations in function: {fn_name} or would someting like an extra option to the macro like show_fn = true be preferred, which would produce a message like [find_bad_extensions_files] Heavy calculations ...
Currently with such macro
I got this messages
but would be great to see also function name without needing to manually put there function name
https://github.com/y2kappa/timed - already have such functionality, but produced string is ugly
The text was updated successfully, but these errors were encountered: