I want to add one line (something like printing funtion name, file name, line no.) at the beginning of all the function bodies in a file. This is to log the execution flow of some functionalities of a big project. There is zero or almost negligible logging in the entire project and I am trying to figure a way out.