My application uses another output than the standard output for logging information, which is why I wrote my own Log(), Error(), Panic()
Log()
Error()
Panic()
You can try __PRETTY_FUNCTION __ macro to print all the namespaces including function arguments.