更新时间:2024-06-14 GMT+08:00
设置日志保存路径
接口功能
该接口用于设置日志的保存路径。注意事项:1、该接口非必需调用,若不设置,则使用默认路径。
函数原型
setLogPath(logPathInfo: LogPathInfo, onSetLogPathResult?: (ret: SDKERR, reason: string) => void): void
请求参数
参数名称 | 是否必选 | 参数类型 | 参数说明 |
---|---|---|---|
logPathInfo | Y | LogPathInfo | 日志路径信息 |
onSetLogPathResult | Y | (ret: SDKERR, reason: string) => void | 设置日志路径结果回调 |
参数名称 | 是否必选 | 参数类型 | 参数说明 |
---|---|---|---|
path | Y | string | 保存路径,注:绝对路径,需要UTF8编码 |
返回值
void
回调方法参数说明:
(ret: SDKERR, reason: string) => void
参数名称 | 参数类型 | 参数说明 |
---|---|---|
ret | SDKERR 请参考错误码参考 | 错误码 |
reason | string | 错误描述 |
父主题: 通用配置管理对象