UNPKG

ag-grid

Version:

Advanced Data Grid / Data Table supporting Javascript / React / AngularJS / Web Components

17 lines (16 loc) 496 B
// Type definitions for ag-grid v18.1.2 // Project: http://www.ag-grid.com/ // Definitions by: Niall Crosby <https://github.com/ag-grid/> export declare class LoggerFactory { private logging; private setBeans(gridOptionsWrapper); create(name: string): Logger; isLogging(): boolean; } export declare class Logger { private isLoggingFunc; private name; constructor(name: string, isLoggingFunc: () => boolean); isLogging(): boolean; log(message: string): void; }