public func BMLog(message: T,file: String = FILE,method: String = FUNCTION,line: Int = LINE) { #if DEBUG print(“((file as NSString).lastPathComponent)[line:(line)],(method): (message)”) #endif }
public func BMLog(message: T,file: String = FILE,method: String = FUNCTION,line: Int = LINE) { #if DEBUG print(“((file as NSString).lastPathComponent)[line:(line)],(method): (message)”) #endif }