Replies: 1 comment 2 replies
-
It's not possible using only If you want to also collect file/line number info you're gonna start wanting a macro_rules macro, I think. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wrote my own error struct to log an error like this:
Now the error occurs and i log it ,but how can i find out where it is,can i get the URL or the real line and file name ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions