LogUploadServerInfo
日志服务器的配置信息。
Objective-C
__attribute__((visibility("default"))) @interface LogUploadServerInfo : NSObject
@property(copy, nonatomic) NSString* _Nullable serverDomain;
@property(copy, nonatomic) NSString* _Nullable serverPath;
@property(assign, nonatomic) NSInteger serverPort;
@property(assign, nonatomic) BOOL serverHttps;
@end
自从
v4.1.0
serverDomain
日志服务器的域名。
serverPath
日志在服务器上的存储路径。
serverPort
日志服务器的端口。
serverHttps
日志服务器是否使用 HTTPS 协议:
YES
: 使用 HTTPS 协议。NO
: 使用 HTTP 协议。