How to disable or hide the time stamp in the debugger console while calling NSLog().
/** LOG to see AFF_FLOW*/
func showLog(classname:String , tagName:String){
NSLog("APP_FLOW -- \(classname)--> \(tagName)")
}
How to disable or hide the time stamp in the debugger console while calling NSLog().
/** LOG to see AFF_FLOW*/
func showLog(classname:String , tagName:String){
NSLog("APP_FLOW -- \(classname)--> \(tagName)")
}