Here is an example of what I want to do:
func application(application: UIApplication, didFailToRegisterForRemoteNotificationsWithError error: NSError) {
static func DLog(message: String, file: String = #file, function: String = #function, line: Int = #line, column: Int = #column) { print("\(file) : \(function) : \(line) : \(column) - \(message)") }