I have a macro for calling a function and logging that the call was made
#define LogHandle(message,function) {Log(message + #function); function;}