|
@@ -142,6 +142,18 @@ public func BFLog<T>(message: T) {
|
|
// } else {
|
|
// } else {
|
|
// BuglyLog.level(.warn, logs: message as? String)
|
|
// 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: 获取公共参数
|
|
// MARK: 获取公共参数
|