stack_trace icon indicating copy to clipboard operation
stack_trace copied to clipboard

How to get only the caller class link ?

Open visign3d opened this issue 3 years ago • 0 comments

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

visign3d avatar Feb 01 '22 11:02 visign3d