diff --git a/ZXKitLogger.podspec b/ZXKitLogger.podspec index caf25cc..e91254b 100644 --- a/ZXKitLogger.podspec +++ b/ZXKitLogger.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'ZXKitLogger' s.swift_version = '5.0' -s.version = '2.7.1' +s.version = '2.7.2' s.license= { :type => "Apache-2.0", :file => "LICENSE" } s.summary = 'The iOS side displays the output log log on the screen, and can generate log file sharing, which is convenient for debugging information' s.homepage = 'https://github.com/ZXKitCode/ZXKitLogger' diff --git a/example/ZXKitLogger/ViewController.swift b/example/ZXKitLogger/ViewController.swift index c3815b8..495f9f1 100644 --- a/example/ZXKitLogger/ViewController.swift +++ b/example/ZXKitLogger/ViewController.swift @@ -55,7 +55,6 @@ class ViewController: UIViewController { //输出加密内容 ZXKitLogger.privacyLogPassword = "12345678901234561234567890123456" //设置加密内容密码 - ZXKitLogger.uploadComplete = { file in print(file) } @@ -74,8 +73,8 @@ class ViewController: UIViewController { printInfo("调试数据文件地址", ZXKitLogger.getDBFolder().path) for _ in 0..<1000 { - printLog("测试输出,不会写入悬浮窗") - printLog("测试输出,不会写入悬浮窗","222222","3333333") + printLog("测试输出,默认不会写入数据库") + printLog("测试输出,默认不会写入数据库","222222","3333333") //普通输出 printInfo("点击了按钮111") printInfo("输出多个",22)