stack_trace
stack_trace copied to clipboard
How to get only the caller class link ?
There is a someLoggerMethod(Trace.current().frames[1].member) , witch returns the caller function name. Is it a way to insert a caller class link too in console? with result like
message, callerFunction , lib/className.dart //class link underlined