UNPKG

better-logging

Version:

better-logging is a drop in replacement for the default logging methods of node.js

3 lines (2 loc) 179 B
import { FileSystem } from './interfaces/fileSystem'; export declare const writeLogToFile: (fs: FileSystem, path: string, formattedMsg: string, remainingArgs: unknown[]) => void;