소스 검색

Merge branch 'master' of https://git.yishihui.com/wenweiwei/BFCommonKit

wenweiwei 3 년 전
부모
커밋
6617509dee
1개의 변경된 파일12개의 추가작업 그리고 0개의 파일을 삭제
  1. 12 0
      BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

+ 12 - 0
BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

@@ -142,6 +142,18 @@ public func BFLog<T>(message: T) {
 //    } else {
 //        BuglyLog.level(.warn, logs: message as? String)
 //    }
+}
+public func HHZPrint<T>(_ message:T,file:String = #file,funcName:String = #function,lineNum:Int = #line){
+    
+    #if DEBUG
+    
+//        let file = (file as NSString).lastPathComponent;
+//    
+//        print("hhz-\(file):(\(lineNum))--\(message)");
+    
+    #endif
+    
+    
 }
 
 // MARK: 获取公共参数