Skip to content

Commit

Permalink
Update DDLoggerSwift.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonHu committed Sep 8, 2024
1 parent b89c896 commit 4c20e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/DDLoggerSwift.swift
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public class DDLoggerSwift {
public static var DBParentFolder = DDUtils.shared.getFileDirectory(type: .documents)
public static var uploadComplete: ((URL) ->Void)? //点击上传日志的回调
public static var throttleTime: TimeInterval = 2 //延迟写入数据库的时间,单位秒,频繁输出的话,通过该参数可批量写入提高运行和写入性能
public static var maxPageSize: Int = 100 //load more的最大条数, 0为不分页
public static var maxPageSize: Int = 0 //table展示的分页, 0为不分页
/*隐私数据采用AESCBC加密
*需要设置密码privacyLogPassword
*初始向量privacyLogIv
Expand Down

0 comments on commit 4c20e57

Please sign in to comment.