UNPKG

@thatcompany/ts-tool

Version:

基于TypeScript编写的工具库

7 lines (6 loc) 217 B
import { ILogTransport } from '../ILogTransport'; export declare class FileLoggerTransport implements ILogTransport { private readonly stream; constructor(logFilePath?: string); exec(logObj: any): void; }