UNPKG

@malagu/core

Version:
8 lines 341 B
import { AbstractLogger } from './abstract-logger'; export declare class LoggerImpl extends AbstractLogger { error(message: any, context?: string): void; info(message: any, context?: string): void; warn(message: any, context?: string): void; debug(message: any, context?: string): void; } //# sourceMappingURL=logger.d.ts.map