You might be interested in https://github.com/JuliaLang/julia/pull/6176
--Tim On Monday, August 04, 2014 05:25:10 AM [email protected] wrote: > it would be a useful tool for logging to see at which line in which file an > logging statement is generated... > > it shoul be like in an ERROR message but without throwing an error, > something like: > > println( "Line $( codeline() ) in File $( codefile() )" ) > > > Line 25 in File test.jl > > thanks
