@xompass/sdk-cloud-api
Version:
Xompass Client for cloud-api
12 lines (11 loc) • 373 B
TypeScript
export default class XompassLogger {
static log(...args: any[]): void;
static info(...args: any[]): void;
static error(...args: any[]): void;
static count(arg: string): void;
static group(arg: string): void;
static groupEnd(): void;
static profile(arg: string): void;
static time(arg: string): void;
static timeEnd(arg: string): void;
}