UNPKG

llamajs

Version:

A dynamic logger for the dynamic developer

8 lines (7 loc) 305 B
import { Transport } from '../../transports/transport'; import { FileTransportConfig } from './file.transport.config'; export declare class FileTransport extends Transport { config: FileTransportConfig; constructor(config: FileTransportConfig); protected pass(message: string): void; }