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
