@rongcloud/engine 5.5.5-beem → 5.5.6-beem
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +6 -5
- package/index.esm.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -6967,11 +6967,12 @@ declare namespace base {
|
|
|
6967
6967
|
/** *********************实时日志上报***************** */
|
|
6968
6968
|
|
|
6969
6969
|
/**
|
|
6970
|
-
|
|
6971
|
-
|
|
6972
|
-
|
|
6973
|
-
|
|
6974
|
-
|
|
6970
|
+
* @deprecated
|
|
6971
|
+
* 缓存日志实时
|
|
6972
|
+
* @param {LogLevel} logLevel 日志等级
|
|
6973
|
+
* @param tagId 日志标签
|
|
6974
|
+
* @param content 日志内容
|
|
6975
|
+
*/
|
|
6975
6976
|
declare function reportLog(logLevel: LogLevel, tagId: string, content: string, logSource?: LogSource): void;
|
|
6976
6977
|
|
|
6977
6978
|
/**
|