file and line

#define LOG(msg) console.log(\_\_FILE\_\_, \_\_LINE\_\_, msg)
#=> console.log("file.txt", 3, "hey")
Comments