Skip to content

Commit

Permalink
release 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Aug 10, 2021
1 parent 8805bab commit 6609f0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ZXKitLogger.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
5 changes: 2 additions & 3 deletions example/ZXKitLogger/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ class ViewController: UIViewController {

//输出加密内容
ZXKitLogger.privacyLogPassword = "12345678901234561234567890123456" //设置加密内容密码

ZXKitLogger.uploadComplete = { file in
print(file)
}
Expand All @@ -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)
Expand Down

0 comments on commit 6609f0e

Please sign in to comment.