ngx-amap
Version:
[][npm-badge-url] [][npm-badge-url] [][ci-url]
12 lines (11 loc) • 334 B
TypeScript
import { NgxAmapConfig } from '../ngx-amap-config';
export declare class DebugLoggerService {
private config;
debugTags: string[];
debugAll: boolean;
constructor(config?: NgxAmapConfig);
i(...args: any[]): void;
e(...args: any[]): void;
w(...args: any[]): void;
d(tag: string, ...args: any[]): void;
}