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
print("=== \(type(of: self)).\(#function):\(#line) - message")
result
=== HomeScene.onAppear():189 - message