I\'m trying to print the name of the current class in Swift. More specifically, I\'d like achieve the following output:
myFunction() in ClassContainingTheFun
In swift 3 it is now #file and #function
#file
#function
Hope that helps.