UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

9 lines (8 loc) 342 B
import { LogPublisher } from './log-publisher'; import { LogEntry } from '../models/log-entry'; import { LogPublisherService } from '../services/log-publisher.service'; export declare class ConsoleLogPublisher extends LogPublisher { constructor(publisherService: LogPublisherService); clear(): void; log(entry: LogEntry): void; }