agora-meeting-sdk
Version:
For publishing npm package agora-metting-sdk (Web). Get more information from https://docs.agora.io
11 lines (10 loc) • 331 B
TypeScript
export declare class BizLogger {
static enable: boolean;
private static get currentTime();
static setLogLevel(enabled: boolean): void;
static warn(...args: any[]): void;
static debug(...args: any[]): void;
static info(...args: any[]): void;
static error(...args: any[]): void;
private static log;
}