feat: add logs function (#6)

This commit is contained in:
Kevin Lee
2024-08-15 17:43:21 +08:00
committed by GitHub
parent 8d59c86a92
commit 7e5fd0e082
12 changed files with 182 additions and 11 deletions

View File

@@ -752,6 +752,16 @@ declare module 'libOpenIMSDK' {
ex: string,
pCallback: CB_I_S
): void;
logs(
cCallback: CB_S_I_S_S,
operationID: string,
logLevel: number,
file: string,
line: number,
msgs: string,
err: string,
keyAndValue: string
): void;
}
const lib: LibOpenIMSDK;
export default lib;